HostSpbmDatastoreInfo
HostSpbmDatastoreInfo
This structure captures properties of a datastore that are relevant to SPBM.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"datastoreUrl": "string",
"namespace": "string",
"defaultProfileId": "string"
}
string
datastoreUrl
Required
Url of the datastore.
string
namespace
Required
VASA providers publish their capabilities to SPBM in their own unique namespace.
This can be "vSAN", "IOFilters" or any of the vendor defined VVOL namespace.
string
defaultProfileId
Required
Profile Id of the default profile assigned to this datastore.
See SPBM Default Requirement Profile feature.