StorageContainer
A Storage Container, which can be a Datastore or a Datastore Cluster.
{
"id": "string",
"name": "string",
"datastoreType": "string",
"isDatastoreCluster": false,
"isEnabled": false,
"isDeleted": false,
"moref": "string",
"vcRef": {
"name": "string",
"id": "string"
},
"totalStorageMb": 0,
"usedStorageMb": 0,
"provisionedStorageMb": 0,
"iopsCapacity": 0
}
Unique VCD Id for the Storage Container.
Name for the Storage Container.
Datastore Type of the Storage Container.
True if this Storage Container is a Datastore Cluster.
True if this Storage Container is enabled. Unset if this storage container is part of a Datastore Cluster
Deleted state of the Storage Container.
Unique Id in Virtual Center of the Storage Container.
Total storage in MB for this Storage Container.
Total used storage in MB for this Storage Container.
Total provisioned storage in MB for this Storage Container.
Total IOPS capacity for this Storage Container.