InstanceTypeConfig

InstanceTypeConfig
InstanceTypeConfig

Represents a structure for instance type config

AllOf
This class requires all of the following:
JSON Example
{
    "instance_type": "string",
    "label": "string",
    "display_name": "string",
    "description": "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
    },
    "hyper_threading_supported": false,
    "hosts": [
        0
    ],
    "cpu_cores": [
        0
    ],
    "instanceProvisioningErrorCause": "string"
}