DomainInfo

DomainInfo
DomainInfo
JSON Example
{
    "domainCapacity": {
        "cpu": {
            "free": "number",
            "total": "number",
            "unallocated": "number",
            "unit": "string",
            "used": "number"
        },
        "datastores": [
            {
                "capacity": "number",
                "datastoreName": "string",
                "datastoreType": "string",
                "freeSpace": "number",
                "unallocated": "number",
                "unit": "string",
                "used": "number"
            }
        ],
        "hostCount": {
            "total": 0,
            "unallocated": 0,
            "used": 0
        },
        "memory": {
            "totalCapacityMB": "number",
            "usedCapacityMB": "number"
        }
    },
    "domainId": "string",
    "name": "string",
    "status": "string",
    "type": "string"
}
domainCapacity
Optional

domainCapacity

string
domainId
Optional

domainId

string
name
Optional

name

string
status
Optional

status

string
type
Optional

type

Property Of