NamespaceManagementStorageProfilesSummary

The Profiles.Summary structure contains the information about compatible storage profiles and represents the result of Profiles.check operation.


Properties

boolean
compatible Required

Compatibility of this storage profile with the specified vSphere Zones.


incompatibility_reasons Required

The reason for incompatibility. If empty, this profile is compatible with the given vSphere Zones specified in the Profiles.FilterSpec.


items Required

The list of Profiles.Item wich correspond to the storage profile.


string
profile Required

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.


string
profile_name Required

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"
}

Feedback

Was this page helpful?