InstanceTypeConfig

InstanceTypeConfig
InstanceTypeConfig

Represents a structure for instance type config

JSON Example
{
    "instance_type": "string",
    "hosts": [
        0
    ],
    "display_name": "string",
    "entity_capacity": {
        "storage_capacity_gib": 0,
        "memory_capacity_gib": 0,
        "total_number_of_cores": 0,
        "number_of_ssds": 0,
        "cpu_capacity_ghz": "number",
        "number_of_sockets": 0
    }
}
string
instance_type
Optional

Instance type name.

array of integer
hosts
Optional

Array of number of hosts allowed for this operation. Range of hosts user can select for sddc provision

string
display_name
Optional

Display name of instance_type.

entity_capacity
Optional

Decribes the capacity of a given entity.