VmRecoverySettingsStateDrResponseEntity
VmRecoverySettingsStateDrResponseEntity
Current state of the recovery settings for a protected VM
AllOf
This class requires all of the following:
JSON Example
{
"recovery_settings": {
"ip_customization_type": "string",
"nic_settings": [
{
"device_id": 0,
"primary_ip_settings": {
"ip_v4": {
"ip_address": "string",
"type": "string",
"default_gateway": "string",
"alternate_gateway": "string",
"subnet_mask": "255.255.255.0"
},
"ip_v6": {
"ip_address": "fdda:5cc1:23:4::1f",
"type": "string",
"default_gateway": "string",
"alternate_gateway": "string",
"subnet_prefix_length": 0
},
"dns": {
"type": "string",
"preferred_server": "string",
"alternate_server": "string",
"suffixes": [
{}
]
},
"wins": {
"primary_server": "string",
"alternate_server": "string"
}
},
"secondary_ip_settings": {
"ip_v4": {
"ip_address": "string",
"type": "string",
"default_gateway": "string",
"alternate_gateway": "string",
"subnet_mask": "255.255.255.0"
},
"ip_v6": {
"ip_address": "fdda:5cc1:23:4::1f",
"type": "string",
"default_gateway": "string",
"alternate_gateway": "string",
"subnet_prefix_length": 0
},
"dns": {
"type": "string",
"preferred_server": "string",
"alternate_server": "string",
"suffixes": [
{}
]
},
"wins": {
"primary_server": "string",
"alternate_server": "string"
}
}
}
],
"priority": "string",
"startup_action": "string",
"shutdown_action_settings": {
"skip_shutdown_guest": false,
"timeout_seconds": 0
},
"pre_power_on_steps": [
{
"name": "string",
"content": "string",
"callout_type": "string",
"timeout_seconds": 0,
"step_type": "string",
"id": "string"
}
],
"post_power_on_steps": [
{
"name": "string",
"content": "string",
"callout_type": "string",
"timeout_seconds": 0,
"step_type": "string",
"id": "string"
}
],
"startup_action_settings": {
"power_on_vmtools_timeout_seconds": 0,
"delay_before_power_on_steps_and_dependent_vms_seconds": 0
},
"dependent_vms": [
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"status": "string",
"priority_group": "string",
"protection_group_name": "string"
}
],
"change_version": 0,
"vm_tools_status": "string",
"allow_vmotion_migration": false
},
"status": "string",
"protection_group_support_vmotion": false,
"vmotion_migration_supported": false,
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}