HyperVReplicaAzureReprotectInput interface
Azure specific reprotect input.
- Extends
Properties
hv |
The Hyper-V host Vm Id. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
log |
The storage account to be used for logging during replication. |
os |
The OS type associated with vm. |
storage |
The storage account name. |
v |
The OS disk VHD id associated with vm. |
vm |
The Vm Name. |
Property Details
hvHostVmId
The Hyper-V host Vm Id.
hvHostVmId?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "HyperVReplicaAzure"
Property Value
"HyperVReplicaAzure"
logStorageAccountId
The storage account to be used for logging during replication.
logStorageAccountId?: string
Property Value
string
osType
The OS type associated with vm.
osType?: string
Property Value
string
storageAccountId
The storage account name.
storageAccountId?: string
Property Value
string
vHDId
The OS disk VHD id associated with vm.
vHDId?: string
Property Value
string
vmName
The Vm Name.
vmName?: string
Property Value
string