OrganizationVdcStatistic

OrganizationVdcStatistic
OrganizationVdcStatistic
JSON Example
{
    "id": "string",
    "instanceId": "string",
    "orgVdcId": "string",
    "orgVdcName": "string",
    "contentType": "string",
    "links": "string",
    "updatedAt": "string",
    "networks": 0,
    "vapps": 0,
    "vappVms": 0,
    "allocationModel": 0,
    "storage": {
        "unit": "string",
        "limit": "number",
        "allocated": "number",
        "used": "number"
    },
    "vcpu": {
        "unit": "string",
        "limit": "number",
        "allocated": "number",
        "used": "number"
    },
    "ram": {
        "unit": "string",
        "limit": "number",
        "allocated": "number",
        "used": "number"
    }
}
string
id
Optional

URN ID of the CDS org VDC Stats Object

string
instanceId
Optional

URN of VCD instance containing this org vdc

string
orgVdcId
Optional

URN ID of org VDC this relates to.

string
orgVdcName
Optional

Human-readable name of this organization vdc this relates to.

string
contentType
Optional

Content-type returned by VCD (includes api version)

string
links
Optional

Http links for this entity returnd by VCD

string
updatedAt
Optional

Instant when these stats were captured

integer
networks
Optional

Number of external networks attached to this org vdc

integer
vapps
Optional

Number of VApps deployed in this org vdc

integer
vappVms
Optional

Number of VMs in VApps deployed in this org vdc

object
vcdData
Optional

Raw organization vdc object returned by VCD

integer
allocationModel
Optional

allocation Model for vdc resource allocation

storage
Optional

storage

vcpu
Optional

vcpu

ram
Optional

ram