PbmProfileK8sCompliantNameSpec
PbmProfileK8sCompliantNameSpec
The data object defines the K8s compliant name(s) for a Storage Profile.
This structure may be used only with operations rendered under /pbm.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"profileId": "string",
"k8sCompliantName": "string",
"otherK8sCompliantNames": [
"string"
]
}
string
profileId
Required
Profile unique identifier
string
k8sCompliantName
Required
K8s compliant name matching CapabilityBasedProfile.k8sCompliantName.
array of
string
otherK8sCompliantNames
Optional
Other K8s compliant names for a profile matching CapabilityBasedProfile.otherK8sCompliantNames.
These are mutually exclusive with k8sCompliantName.