HostSpbmPolicyBlobInfo

HostSpbmPolicyBlobInfo
HostSpbmPolicyBlobInfo

A user defined storage profile consists of multiple sub-profiles each having a unique owner namespace.

A namespace identifies the storage backend providing the capabilities (eg. vSAN). This structure represents such a sub-profile.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "policyBlob": "string",
    "namespace": "string"
}
string
policyBlob
Required

A string representation of the capabilities (and their values) defined in this sub-profile.

The string representation is in SPBM's XML blob format.

string
namespace
Required

Namespace to which the subprofile belongs.