HostDatastoreSystemCapabilities

HostDatastoreSystemCapabilities
HostDatastoreSystemCapabilities

Capability vector indicating the available product features.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "nfsMountCreationRequired": false,
    "nfsMountCreationSupported": false,
    "localDatastoreSupported": false,
    "vmfsExtentExpansionSupported": false
}
boolean
nfsMountCreationRequired
Required

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.

boolean
nfsMountCreationSupported
Required

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.

boolean
localDatastoreSupported
Required

Indicates whether local datastores are supported.

boolean
vmfsExtentExpansionSupported
Required

Indicates whether vmfs extent expansion is supported.