FailoverProtectedItemProperties interface
Failover properties of the protected item.
Properties
network |
Gets or sets the network name. NOTE: This property will not be serialized. It can only be populated by the server. |
protected |
Gets or sets the protected item name. NOTE: This property will not be serialized. It can only be populated by the server. |
recovery |
Gets or sets the recovery point Id. NOTE: This property will not be serialized. It can only be populated by the server. |
recovery |
Gets or sets the recovery point time. NOTE: This property will not be serialized. It can only be populated by the server. |
subnet | Gets or sets the network subnet. NOTE: This property will not be serialized. It can only be populated by the server. |
test |
Gets or sets the test VM name. NOTE: This property will not be serialized. It can only be populated by the server. |
vm |
Gets or sets the VM name. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
networkName
Gets or sets the network name. NOTE: This property will not be serialized. It can only be populated by the server.
networkName?: string
Property Value
string
protectedItemName
Gets or sets the protected item name. NOTE: This property will not be serialized. It can only be populated by the server.
protectedItemName?: string
Property Value
string
recoveryPointId
Gets or sets the recovery point Id. NOTE: This property will not be serialized. It can only be populated by the server.
recoveryPointId?: string
Property Value
string
recoveryPointTime
Gets or sets the recovery point time. NOTE: This property will not be serialized. It can only be populated by the server.
recoveryPointTime?: Date
Property Value
Date
subnet
Gets or sets the network subnet. NOTE: This property will not be serialized. It can only be populated by the server.
subnet?: string
Property Value
string
testVmName
Gets or sets the test VM name. NOTE: This property will not be serialized. It can only be populated by the server.
testVmName?: string
Property Value
string
vmName
Gets or sets the VM name. NOTE: This property will not be serialized. It can only be populated by the server.
vmName?: string
Property Value
string
Azure SDK for JavaScript