Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.49 KB

MachineType.md

File metadata and controls

21 lines (17 loc) · 1.49 KB

MachineType

Machine type.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'MachineType' if this is a complete object or 'MachineTypeLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
ccs_only bool 'true' if the instance type is supported only for CCS clusters, 'false' otherwise. [optional]
cpu Value [optional]
category MachineTypeCategory [optional]
cloud_provider CloudProvider [optional]
generic_name str Generic name for quota purposes, for example `highmem-4`. Cloud provider agnostic - many values are shared between "similar" machine types on different providers. Corresponds to `resource_name` values in "compute.node" quota cost data. [optional]
memory Value [optional]
name str Human friendly identifier of the machine type, for example `r5.xlarge - Memory Optimized`. [optional]
size MachineTypeSize [optional]

[Back to Model list] [Back to API list] [Back to README]