DatastoreClusterInfo

DatastoreClusterInfo
DatastoreClusterInfo
JSON Example
{
    "capacity_mb": 946176,
    "datacenter_id": "datacenter-1",
    "datastore_ids": [
        "datastore-29",
        "datastore-12"
    ],
    "free_space_mb": 88239,
    "host_or_cluster_id": "domain-c15",
    "id": "group-p1",
    "name": "datastoreCluster1",
    "path": "/DC/host/cls/datastoreCluster1",
    "vcenter_id": "42e47f15-aad0-221a-b231-ea4a3a134ec9"
}
integer As int64 As int64
capacity_mb
Optional

Maximum capacity of this datastore cluster, in MB.

string
datacenter_id
Optional

ID of the datacenter for this datastore cluster.

array of string
datastore_ids
Optional

IDs of datastores which are a part of this datastore cluster.

integer As int64 As int64
free_space_mb
Optional

Available capacity of this datastore cluster, in MB.

string
host_or_cluster_id
Optional

ID of the host or cluster for this datastore cluster.

string
id
Optional

Unique ID representing this datastore cluster.

string
name
Optional

Datastore cluster name.

string
path
Optional

Datastore cluster path.

string
vcenter_id
Optional

ID of the virtual center for this datastore cluster.