NamespaceManagementStorageProfilesSummary
The Profiles.Summary structure contains the information about compatible storage profiles and represents the result of Profiles.check operation.
Properties
Compatibility of this storage profile with the specified vSphere Zones.
The reason for incompatibility. If empty, this profile is compatible with the given vSphere Zones specified in the Profiles.FilterSpec.
The list of Profiles.Item wich correspond to the storage profile.
Identifier of the compatible storage profile. A storage profile is compatible if it results in at least one datastore in each of the specified zones. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: SpsStorageProfile. When operations return a value of this structure as a result, the field will be an identifier for the resource type: SpsStorageProfile.
Human-readable identifier of the storage profile.
JSON Example
{
"compatible": false,
"incompatibility_reasons": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"items": [
{
"datastores": [
"string"
],
"zone": "string"
}
],
"profile": "string",
"profile_name": "string"
}