vcenter storage policies: summary
The
summary
structure contains commonly used information about a storage policy. This structure was added in vSphere API 6.7.Representation:
{
"name" : "string",
"description" : "string",
"policy" : "obj-103"
}
"name" : "string",
"description" : "string",
"policy" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
policy | string | Identifier of the storage policy. This attribute was added in vSphere API 6.7. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.StoragePolicy . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.StoragePolicy . |
name | string | Name of the storage policy. This attribute was added in vSphere API 6.7. |
description | string | Description of the storage policy. This attribute was added in vSphere API 6.7. |