Datastore

Datastore
Datastore

Datastore information such as file system type and general health.

JSON Example
{
    "id": "string",
    "name": "string",
    "parent": "string",
    "parent_name": "string",
    "capacity": 0,
    "free_space": 0,
    "file_system_type": "string",
    "maintenance_mode": "string",
    "overall_status": "string",
    "accessible": false,
    "type": "string",
    "nkp_supported": false,
    "path": "string"
}
string
id
Optional

An ID of the datastore.

string
name
Optional

The name of the datastore.

string
parent
Optional

An ID of the parent datastore.

string
parent_name
Optional

parent_name

integer As int64 As int64
capacity
Optional

Total capacity of the datastore in bytes.

integer As int64 As int64
free_space
Optional

Free space on the datastore in bytes.

string
file_system_type
Optional

Specify the file system type of the datastore.

Possible values are : VMFS, NFS, NFS41, CIFS, VSAN, VFFS, VVOL, PMEM, VSAND, OTHER,
string
maintenance_mode
Optional

Specify the maintenance mode for the datastore.

string
overall_status
Optional

Specify the overall status of the datastore.

Possible values are : GRAY, GREEN, YELLOW, RED,
boolean
accessible
Optional

Specify whether the datastore is accessible.

string
type
Optional

Specify the datastore type.

Possible values are : DATASTORE, STORAGE_POD,
boolean
nkp_supported
Optional

Specify whether the datastore supports encryption with a native key.

string
path
Optional

Datastore path