Package version:

Event details for InMageRcm provider.

interface InMageRcmEventDetails {
    applianceName?: string;
    componentDisplayName?: string;
    fabricName?: string;
    instanceType: "InMageRcm";
    jobId?: string;
    latestAgentVersion?: string;
    protectedItemName?: string;
    serverType?: string;
    vmName?: string;
}

Hierarchy (view full)

Properties

applianceName?: string

The appliance name. NOTE: This property will not be serialized. It can only be populated by the server.

componentDisplayName?: string

The component display name. NOTE: This property will not be serialized. It can only be populated by the server.

fabricName?: string

The fabric name. NOTE: This property will not be serialized. It can only be populated by the server.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

jobId?: string

The job Id. NOTE: This property will not be serialized. It can only be populated by the server.

latestAgentVersion?: string

The latest agent version. NOTE: This property will not be serialized. It can only be populated by the server.

protectedItemName?: string

The protected item name. NOTE: This property will not be serialized. It can only be populated by the server.

serverType?: string

The server type. NOTE: This property will not be serialized. It can only be populated by the server.

vmName?: string

The protected item name. NOTE: This property will not be serialized. It can only be populated by the server.