Capability

Capability
Capability

Describes a capability of an entity.

JSON Example undefined undefined
{
    "name": "string",
    "description": "string",
    "value": {},
    "type": "string",
    "category": "string",
    "settings": {
        "settings": {}
    }
}
string
name
Optional

The name of the capability.

string
description
Optional

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.