Datastore

Datastore
Datastore

Represents a datastore in the system

JSON Example
{
    "datastoreType": "string",
    "freeCapacityGB": "number",
    "id": "string",
    "name": "string",
    "tags": [
        {
            "categoryId": "string",
            "categoryName": "string",
            "id": "string",
            "name": "string"
        }
    ],
    "totalCapacityGB": "number",
    "url": "string",
    "vcDatacenterName": "string",
    "vcInstanceUuid": "string",
    "vmCount": 0
}
string
datastoreType
Optional

Datastore Type

number As double As double
freeCapacityGB
Optional

Free storage capacity in GB

string
id
Optional

Id of the datastore

string
name
Optional

Name of the datastore

array of Tag
tags
Optional

List of assigned tags for the datastore

number As double As double
totalCapacityGB
Optional

Total storage capacity in GB

string
url
Optional

URL of the datastore

string
vcDatacenterName
Optional

Name of the vCenter datacenter that this datastore resides

string
vcInstanceUuid
Optional

Instance UUID of the vCenter that manages this datastore

integer As int32 As int32
vmCount
Optional

Number of VMs on the datastore