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

VmRecoveryIpCustomizationSettings

Details about IP Customization for 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


boolean
is_recovery_site_local Optional

If recovery site is local


boolean
is_windows_guest Optional

If guest OS is Windows


array of NicSettings
nic_settings Optional

IP settings of all virtual ethernet cards on VM

JSON Example

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

VmRecoveryIpCustomizationSettingsDrResponseEntity

Feedback

Was this page helpful?