Package version:

Model class for provider specific details for an event.

interface EventProviderSpecificDetails {
    instanceType:
        | "InMageRcm"
        | "A2A"
        | "HyperVReplica2012"
        | "HyperVReplica2012R2"
        | "HyperVReplicaAzure"
        | "HyperVReplicaBaseEventDetails"
        | "InMageAzureV2"
        | "InMageRcmFailback"
        | "VMwareCbt";
}

Hierarchy (view full)

Properties

Properties

instanceType:
    | "InMageRcm"
    | "A2A"
    | "HyperVReplica2012"
    | "HyperVReplica2012R2"
    | "HyperVReplicaAzure"
    | "HyperVReplicaBaseEventDetails"
    | "InMageAzureV2"
    | "InMageRcmFailback"
    | "VMwareCbt"

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