NamespaceManagementStorageProfilesItem

The Profiles.Item structure contains the datastores and vSphere Zone which they are in.


Properties

array of string
datastores Required

The datastores in the zone. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: Datastore. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: Datastore.


string
zone Required

The vSphere Zones the datastore are in. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone.

JSON Example

{
	"datastores": [
		"string"
	],
	"zone": "string"
}

Feedback

Was this page helpful?