Supervisor

Supervisor
Supervisor

Describes a Supervisor.

JSON Example undefined undefined
{
    "name": "string",
    "virtualCenter": {
        "name": "string",
        "id": "string"
    },
    "supervisorId": "string",
    "region": {
        "name": "string",
        "id": "string"
    },
    "loadBalancerType": "string",
    "nsxManager": {
        "name": "string",
        "id": "string"
    },
    "isDedicatedForClassicTenants": false
}
string
name
Optional

The name of this supervisor.

virtualCenter
Optional

Entity reference used to describe VCD entities

string
supervisorId
Optional

The immutable identifier of this supervisor.

region
Optional

Entity reference used to describe VCD entities

string
loadBalancerType
Optional

The load balancer type of the supervisors.

nsxManager
Optional

Entity reference used to describe VCD entities

boolean
isDedicatedForClassicTenants
Optional

Whether the vCenter associated with this supervisor is dedicated for Vm Apps.

Returned By