Package version:

Event details for InMageRcmFailback provider.

interface InMageRcmFailbackEventDetails {
    applianceName?: string;
    componentDisplayName?: string;
    instanceType: "InMageRcmFailback";
    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.

instanceType

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

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.