NamespaceManagement_Storage_Profiles_Item

NamespaceManagement_Storage_Profiles_Item
NamespaceManagement_Storage_Profiles_Item

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

JSON Example
{
    "zone": "string",
    "datastores": [
        "string"
    ]
}
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.

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.