UpdateReplicationProtectedItemInputProperties interface
Update protected item input properties.
Properties
| enable |
The selected option to enable RDP\SSH on target vm after failover. String value of SrsDataContract.EnableRDPOnTargetOption enum. |
| license |
License type. |
| provider |
The provider specific input to update replication protected item. |
| recovery |
The target availability set Id. |
| recovery |
Target Azure VM name given by the user. |
| recovery |
Target Azure VM size. |
| selected |
Target Azure Network Id. |
| selected |
The selected source nic Id which will be used as the primary nic during failover. |
| selected |
The Azure Network Id for test failover. |
| vm |
The list of VM nic details. |
Property Details
enableRdpOnTargetOption
The selected option to enable RDP\SSH on target vm after failover. String value of SrsDataContract.EnableRDPOnTargetOption enum.
enableRdpOnTargetOption?: string
Property Value
string
licenseType
License type.
licenseType?: string
Property Value
string
providerSpecificDetails
The provider specific input to update replication protected item.
providerSpecificDetails?: UpdateReplicationProtectedItemProviderInputUnion
Property Value
recoveryAvailabilitySetId
The target availability set Id.
recoveryAvailabilitySetId?: string
Property Value
string
recoveryAzureVMName
Target Azure VM name given by the user.
recoveryAzureVMName?: string
Property Value
string
recoveryAzureVMSize
Target Azure VM size.
recoveryAzureVMSize?: string
Property Value
string
selectedRecoveryAzureNetworkId
Target Azure Network Id.
selectedRecoveryAzureNetworkId?: string
Property Value
string
selectedSourceNicId
The selected source nic Id which will be used as the primary nic during failover.
selectedSourceNicId?: string
Property Value
string
selectedTfoAzureNetworkId
The Azure Network Id for test failover.
selectedTfoAzureNetworkId?: string
Property Value
string