InstanceType
A VM type in the cloud
type InstanceType {
name: String!
size: String
memoryGb: String!
vCpus: String!
iops: String
}
Fields
InstanceType.name
● String!
non-null scalar
The name/identifier of the instance type
InstanceType.size
● String
scalar
Compute class defined by the cloud
InstanceType.memoryGb
● String!
non-null scalar
Amount of memory in gigabytes
InstanceType.vCpus
● String!
non-null scalar
Number of virtual CPUs
InstanceType.iops
● String
scalar
Input/output operations per second
Returned By
instanceTypes
query