PoweredByInstanceTypeConfig
PoweredByInstanceTypeConfig
Represents a structure for powered by instance type configuration.
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",
"powered_by_id": "string",
"powered_by_type": "string"
}