InventoryDatastore

InventoryDatastore
InventoryDatastore

Inventory vSphere Datastore from SDDC LCM infrastructure.

JSON Example
{
    "id": "datastore-21",
    "name": "vSan Datastore 1",
    "capacity": 1024,
    "used": 512,
    "isDefault": false
}
string
id
Optional

vSphere Datastore Managed Object ID.

string
name
Optional

Name of the Datastore.

integer As int64 As int64
capacity
Optional

Capacity of the datastore.

integer As int64 As int64
used
Optional

Used storage.

boolean
isDefault
Optional

Whether the datastore is the default.