ComputePoliciesCapabilitiesInfo

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


Properties

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
description Required

Description of the capability.


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.


string
name Required

Name of the capability.

JSON Example

{
	"create_spec_type": "string",
	"description": "string",
	"info_type": "string",
	"name": "string"
}

Feedback

Was this page helpful?