HyperVReplicaBaseEventDetails interface
Abstract model class for event details of a HyperVReplica E2E event.
- Extends
Properties
container |
The container friendly name. |
fabric |
The fabric friendly name. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
remote |
The remote container name. |
remote |
The remote fabric name. |
Property Details
containerName
The container friendly name.
containerName?: string
Property Value
string
fabricName
The fabric friendly name.
fabricName?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "HyperVReplicaBaseEventDetails"
Property Value
"HyperVReplicaBaseEventDetails"
remoteContainerName
The remote container name.
remoteContainerName?: string
Property Value
string
remoteFabricName
The remote fabric name.
remoteFabricName?: string
Property Value
string