OrgVdcUsageSummary

OrgVdcUsageSummary
OrgVdcUsageSummary

Contains summary information about how much resources would be consumed on the Organization Virtual Datacenter if all replications were failed-over.

JSON Example
{
    "cpus": 4,
    "id": "2bfb7696-3aa1-49d3-bb40-d9e97df1baba",
    "memoryMB": 1024,
    "org": "s1Org",
    "orgVdcName": "vdc_s1Org",
    "storageMB": 4086
}
integer As int32 As int32
cpus
Optional

The sum of all VM replications vCPUs.

string As uuid As uuid
id
Optional

The unique identifier for the Organization Virtual Datacenter.

integer As int32 As int32
memoryMB
Optional

The sum of the memory of each VM being replicated.

string
org
Optional

The name of the Organization that the Organization Virtual Datacenter belongs to.

string
orgVdcName
Optional

The name of the Organization Virtual Datacenter.

integer As int32 As int32
storageMB
Optional

The sum of the capacity of each replicated disk of each VM being replicated.