InstanceType object
Example JSON representation
{
"cloudFeatures": {
"type": "InstanceTypeCloudFeatures"
},
"id": "string",
"memory": 1.0,
"name": "string",
"storage": 1,
"vcpus": 1
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
cloudFeatures InstanceTypeCloudFeatures object |
read-only |
Cloud specific parameters related to Instance Type. |
||
id string |
read-only filterable |
Identifier of the InstanceType object. |
?id=... | |
memory number |
read-only |
Memory in GB allocated for the Instance. |
||
name string |
read-only filterable |
The Instance Type Name in the Cloud. |
?name=... | |
storage integer |
read-only filterable |
Total disks size in GB. |
?storage=... | |
vcpus integer |
read-only |
Virtual CPUs count. |