[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api

Datastore

Datastore information such as file system type and general health.


Properties

boolean
accessible Optional

Specify whether the datastore is accessible.


integer as int64
capacity Optional

Total capacity of the datastore in bytes.


string
file_system_type Optional

Specify the file system type of the datastore.

Possible values are: VMFSNFSNFS41CIFSVSANVFFSVVOLPMEMVSANDOTHER


integer as int64
free_space Optional

Free space on the datastore in bytes.


string
id Optional

An ID of the datastore.


string
maintenance_mode Optional

Specify the maintenance mode for the datastore.


string
name Optional

The name of the datastore.


boolean
nkp_supported Optional

Specify whether the datastore supports encryption with a native key.


string
overall_status Optional

Specify the overall status of the datastore.

Possible values are: GRAYGREENYELLOWRED


string
parent Optional

An ID of the parent datastore.


string
parent_name Optional

string
path Optional

Datastore path


string
type Optional

Specify the datastore type.

Possible values are: DATASTORESTORAGE_POD

JSON Example

{
	"accessible": false,
	"capacity": 0,
	"file_system_type": "VMFS",
	"free_space": 0,
	"id": "string",
	"maintenance_mode": "string",
	"name": "string",
	"nkp_supported": false,
	"overall_status": "GRAY",
	"parent": "string",
	"parent_name": "string",
	"path": "string",
	"type": "DATASTORE"
}
[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api
Property Of

DatastoreDrResponseList
Used By

DatastoreDrResponseEntity

Feedback

Was this page helpful?