Domain

Domain
Domain

Represents a domain

JSON Example
{
    "capacity": {
        "cpu": {
            "total": {
                "unit": "string",
                "value": "number"
            },
            "used": {
                "unit": "string",
                "value": "number"
            }
        },
        "memory": {
            "total": {
                "unit": "string",
                "value": "number"
            },
            "used": {
                "unit": "string",
                "value": "number"
            }
        },
        "storage": {
            "total": {
                "unit": "string",
                "value": "number"
            },
            "used": {
                "unit": "string",
                "value": "number"
            }
        }
    },
    "clusters": [
        {
            "id": "string"
        }
    ],
    "id": "string",
    "name": "string",
    "nsxtCluster": {
        "id": "string",
        "vip": "string",
        "vipFqdn": "string"
    },
    "status": "string",
    "tags": [
        {
            "categoryId": "string",
            "categoryName": "string",
            "id": "string",
            "name": "string"
        }
    ],
    "type": "string",
    "vcenters": [
        {
            "fqdn": "string",
            "id": "string"
        }
    ]
}
capacity
Optional

Represents a usage and capacity information of a Resource

clusters
Optional

List of clusters associated with the workload domain

string
id
Optional

ID of the workload domain

string
name
Optional

Name of the workload domain

nsxtCluster
Optional

Represents an NSX-T Cluster reference

string
status
Optional

Status of the workload domain

array of Tag
tags
Optional

List of assigned tags for the domain

string
type
Optional

Type of the workload domain

vcenters
Optional

List of vCenters associated with the workload domain

Property Of
Returned By