vmware.match_datastores_with_datasets ===================================== Requests datastores from vCenter server and tries to match them with local filesystems. Returns a list of datastores, a list of local filesystems and guessed relationship between them. .. raw:: html
VMWareMatchDatastoresWithDatasetsArgs parameters.
No Additional PropertiesIP address or hostname of the VMware host or vCenter server.
Username for VMware host authentication.
Password for VMware host authentication.
VMWareMatchDatastoresWithDatasetsResult return fields.
No Additional PropertiesArray of VMware datastores with their matching local filesystems.
No Additional ItemsName of the VMware datastore.
Human-readable description of the datastore.
Array of local filesystem names that can provide storage for this datastore.
No Additional ItemsArray of local filesystems that can be used for VMware storage.
No Additional ItemsType of storage - FILESYSTEM for ZFS datasets, VOLUME for ZFS volumes.
Name of the local filesystem or volume.
Human-readable description of the filesystem or volume.