FailoverProtectedItemProperties interface
Failover properties of the protected item.
Properties
| network |
Gets or sets the network name. |
| protected |
Gets or sets the protected item name. |
| recovery |
Gets or sets the recovery point Id. |
| recovery |
Gets or sets the recovery point time. |
| subnet | Gets or sets the network subnet. |
| test |
Gets or sets the test VM name. |
| vm |
Gets or sets the VM name. |
Property Details
networkName
Gets or sets the network name.
networkName?: string
Property Value
string
protectedItemName
Gets or sets the protected item name.
protectedItemName?: string
Property Value
string
recoveryPointId
Gets or sets the recovery point Id.
recoveryPointId?: string
Property Value
string
recoveryPointTime
Gets or sets the recovery point time.
recoveryPointTime?: Date
Property Value
Date
subnet
Gets or sets the network subnet.
subnet?: string
Property Value
string
testVmName
Gets or sets the test VM name.
testVmName?: string
Property Value
string
vmName
Gets or sets the VM name.
vmName?: string
Property Value
string