Compute_Policies_Capabilities_Info

Compute_Policies_Capabilities_Info
Compute_Policies_Capabilities_Info

The Capabilities.Info structure contains information about a compute policy capability.

JSON Example
{
    "name": "string",
    "description": "string",
    "create_spec_type": "string",
    "info_type": "string"
}
string
name
Required

Name of the capability.

string
description
Required

Description of the capability.

string
create_spec_type
Required

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.

string
info_type
Required

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.