Capability

Capability
Capability

Describes a capability of an entity.

JSON Example
{
    "name": "string",
    "description": "string",
    "value": {},
    "type": "string",
    "category": "string",
    "settings": {
        "settings": {}
    }
}
string
name
Read-Only

The name of the capability.

string
description
Read-Only

Description of the capability as it relates to the entity.

object
value
Optional

The value of the capability.

type
Optional

Describes the object type of the capability value.

Enumeration: Boolean, String, List
category
Optional

Describes the category of the capability.

Enumeration: EdgeGateway, VAppNetwork, OrgVdcNetwork, Infra, Security, StoragePolicy, QuotaPolicy, VdcGroup, NamedDisk, VirtualMachine, TrustedPlatformModule, ProviderGateway, Region, Namespace, Org
object
settings
Optional

The settings of the capability.