Compute_Policies_Summary

Compute_Policies_Summary
Compute_Policies_Summary

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

JSON Example
{
    "policy": "string",
    "name": "string",
    "description": "string",
    "capability": "string"
}
string
policy
Required

Identifier of the 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.compute.Policy. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.compute.Policy.

string
name
Required

Name of the policy.

string
description
Required

Description of the policy.

string
capability
Required

Identifier of the capability this policy is based on. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.compute.policies.Capability. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.compute.policies.Capability.