FailoverTestPlacement

FailoverTestPlacement
FailoverTestPlacement

Placement settings to be used in test failover.

JSON Example
{
    "host": "host-4",
    "hostName": "somehostname",
    "networkMappings": {
        "defaultNetwork": "network-14",
        "defaultNetworkName": "VM Network",
        "mappings": [
            {
                "key": 4000,
                "networkId": "network-14",
                "networkName": "VM Network"
            }
        ]
    },
    "resourcePool": "resgroup-4",
    "resourcePoolName": "someresourcepoolname",
    "vmFolder": "group-v4",
    "vmFolderName": "somefoldername"
}
string
host
Optional

Optional target host on which the virtual machine will run.

string
hostName
Optional

The host name.

networkMappings
Optional

networkMappings

string
resourcePool
Optional

The resource pool to which the virtual machine should be attached.

string
resourcePoolName
Optional

The resource pool name.

string
vmFolder
Optional

The folder to add the recovered virtual machine to.

string
vmFolderName
Optional

The folder name.