[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

VmRecoveryIpCustomizationSettingsSpec

Update spec defining the IP customization for a VM.


Properties

string
ip_customization_type Required

IP customization modes:

  • Auto (AUTO)
    • If the advanced setting ‘recovery.useIpMapperAutomatically’ is set to True - Site Recovery Manager evaluates the IP subnet mapping rules during recovery to customize the virtual machines.
    • If the advanced setting ‘recovery.useIpMapperAutomatically’ is set to False - Site Recovery Manager does not evaluate the IP subnet mapping rules during recovery.
  • Use IP customization rules if applicable (NETWORK_LEVEL)
    • Site Recovery Manager will evaluate the IP subnet mapping rules during recovery of the concrete VM regardless of the advanced setting value of recovery.useIpMapperAutomatically.
  • Manual IP customization (MANUAL)
    • Manually set up explicit recovery IP settings per VM.
  • No IP customization (NO_CUSTOMIZATION)
    • Do not change VM IP settings during recovery.

Possible values are: AUTONETWORK_MAPPING_LEVELMANUALNO_CUSTOMIZATION


array of NicSettings
nic_settings Optional

Contains the IP settings for all the virtual ethernet cards on the VM

JSON Example

{
	"ip_customization_type": "AUTO"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Parameter To

Update Plan Virtual Machine IP Customization

Feedback

Was this page helpful?