HostSpbmPolicyInfo

HostSpbmPolicyInfo
HostSpbmPolicyInfo

A structure representing a user-defined storage profile in SPBM.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "profileId": "string",
    "name": "string",
    "description": "string",
    "generationId": 0,
    "policyBlobInfo": [
        {
            "_typeName": "string",
            "policyBlob": "string",
            "namespace": "string"
        }
    ]
}
string
profileId
Required

Profile Id.

string
name
Required

Name of the profile.

string
description
Optional

Description of the profile.

integer As int64 As int64
generationId
Required

Generation number of the profile.

policyBlobInfo
Required

Array containing string representation of subprofiles which belongs to this policy.