VmRecoverySettingsState

VmRecoverySettingsState
VmRecoverySettingsState

Current state of the recovery settings for a protected VM

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
}
recovery_settings
Optional

recovery_settings

string
status
Optional

Status of the recovery settings.

  • OK - there are no recovery settings conditions to alert to the user.
  • SYNC_CONFLICT - Synchronization error. The settings are in a sync conflict with the remote site.To clear the conflict, you must run edit plan operation, which will synchronize both sites.

Possible values are : OK, SYNC_CONFLICT,
boolean
protection_group_support_vmotion
Optional

Whether this VM belongs to a protection group that supports vMotion

boolean
vmotion_migration_supported
Optional

Whether this VM can be migrated to the recovery site using vMotion during a planned failover workflow