ComputePoliciesCapabilitiesInfo
The Capabilities.Info structure contains information about a compute policy capability.
Properties
Identifier of the structure used to create a policy based on this capability. See Policies.create. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vapi.structure. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vapi.structure.
Description of the capability.
Identifier of the structure returned when retrieving information about a policy based on this capability. See Policies.get. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vapi.structure. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vapi.structure.
Name of the capability.
JSON Example
{
"create_spec_type": "string",
"description": "string",
"info_type": "string",
"name": "string"
}