PlaceVmsXClusterSpecCandidateNetworks

PlaceVmsXClusterSpecCandidateNetworks
PlaceVmsXClusterSpecCandidateNetworks

Represents the list of candidate networks for a single network interface.

Since: vSphere API Release 9.1.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "networks": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
networks
Optional

The list of candidate networks for a single network interface.

When this parameter is specified, virtual machines will only be placed on clusters whose hosts are connected to one of the specified network. Note - Only one of the listed network will be used for attaching the virtual NIC.