Host Datastore System Get Capabilities
Capability vector indicating the available product features.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostDatastoreSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"nfsMountCreationRequired": false,
"nfsMountCreationSupported": false,
"localDatastoreSupported": false,
"vmfsExtentExpansionSupported": false
}
Indicates whether mounting the NFS volume is required to be done as part of NAS datastore creation.
If this is set to true, then NAS datastores cannot be created for currently mounted NFS volumes.
Indicates whether mounting an NFS volume is supported when a NAS datastore is created.
If this option is false, then NAS datastores corresponding to NFS volumes can be created only for already mounted NFS volumes.
Indicates whether local datastores are supported.
Indicates whether vmfs extent expansion is supported.