Package version:

Model class for event details of a HyperVReplica blue E2E event.

interface HyperVReplica2012R2EventDetails {
    containerName?: string;
    fabricName?: string;
    instanceType: "HyperVReplica2012R2";
    remoteContainerName?: string;
    remoteFabricName?: string;
}

Hierarchy (view full)

Properties

containerName?: string

The container friendly name.

fabricName?: string

The fabric friendly name.

instanceType

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

remoteContainerName?: string

The remote container name.

remoteFabricName?: string

The remote fabric name.