UpdateReplicationProtectedItemInputProperties interface

Update protected item input properties.

Properties

enableRdpOnTargetOption

The selected option to enable RDP\SSH on target vm after failover. String value of SrsDataContract.EnableRDPOnTargetOption enum.

licenseType

License type.

providerSpecificDetails

The provider specific input to update replication protected item.

recoveryAvailabilitySetId

The target availability set Id.

recoveryAzureVMName

Target Azure VM name given by the user.

recoveryAzureVMSize

Target Azure VM size.

selectedRecoveryAzureNetworkId

Target Azure Network Id.

selectedSourceNicId

The selected source nic Id which will be used as the primary nic during failover.

selectedTfoAzureNetworkId

The Azure Network Id for test failover.

vmNics

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

vmNics

The list of VM nic details.

vmNics?: VMNicInputDetails[]

Property Value