OBJECT
InstanceProperties
Description
InstanceProperties represents common properties across cloud providers.
link GraphQL Schema definition
- type InstanceProperties {
- # Storage capacity in TB available on this instance type.
- Int! :
- # Numeric identifier for the instance type.
- Int! :
- # String identifier for the instance type.
- String! :
- # Amount of memory in GiB available on this instance type.
- Int! :
- # Type of processor (Intel, AMD) used by this instance type.
- ProcessorType! :
- # Number of virtual CPUs (vCPUs) available on this instance type.
- Int! :
- # Cloud vendor that offers this instance type.
- VendorType! :
- # Virtual machine density, Standard, Dense, or Extra Dense for this instance type.
- VmType! :
- }