Package version:

Update protected item input properties.

interface UpdateReplicationProtectedItemInputProperties {
    enableRdpOnTargetOption?: string;
    licenseType?: string;
    providerSpecificDetails?: UpdateReplicationProtectedItemProviderInputUnion;
    recoveryAvailabilitySetId?: string;
    recoveryAzureVMName?: string;
    recoveryAzureVMSize?: string;
    selectedRecoveryAzureNetworkId?: string;
    selectedSourceNicId?: string;
    selectedTfoAzureNetworkId?: string;
    vmNics?: VMNicInputDetails[];
}

Properties

enableRdpOnTargetOption?: string

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

licenseType?: string

License type.

The provider specific input to update replication protected item.

recoveryAvailabilitySetId?: string

The target availability set Id.

recoveryAzureVMName?: string

Target Azure VM name given by the user.

recoveryAzureVMSize?: string

Target Azure VM size.

selectedRecoveryAzureNetworkId?: string

Target Azure Network Id.

selectedSourceNicId?: string

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

selectedTfoAzureNetworkId?: string

The Azure Network Id for test failover.

The list of VM nic details.