StorageContainer

StorageContainer
StorageContainer

A Storage Container, which can be a Datastore or a Datastore Cluster.

JSON Example
{
    "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
}
string
id
Optional

Unique VCD Id for the Storage Container.

string
name
Optional

Name for the Storage Container.

string
datastoreType
Optional

Datastore Type of the Storage Container.

boolean
isDatastoreCluster
Optional

True if this Storage Container is a Datastore Cluster.

boolean
isEnabled
Optional

True if this Storage Container is enabled. Unset if this storage container is part of a Datastore Cluster

boolean
isDeleted
Optional

Deleted state of the Storage Container.

string
moref
Optional

Unique Id in Virtual Center of the Storage Container.

vcRef
Optional

vcRef

integer As int64 As int64
totalStorageMb
Optional

Total storage in MB for this Storage Container.

integer As int64 As int64
usedStorageMb
Optional

Total used storage in MB for this Storage Container.

integer As int64 As int64
provisionedStorageMb
Optional

Total provisioned storage in MB for this Storage Container.

integer As int64 As int64
iopsCapacity
Optional

Total IOPS capacity for this Storage Container.

Availability
Added in 36.0