StoragePoliciesSummary

The Policies.Summary structure contains commonly used information about a storage policy.


Properties

string
description Required

Description of the storage policy.


string
name Required

Name of the storage policy.


string
policy Required

Identifier of the storage policy. 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.

JSON Example

{
	"description": "string",
	"name": "string",
	"policy": "string"
}
Returned By

List Policies

Feedback

Was this page helpful?