Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.13 KB

Flavour.md

File metadata and controls

18 lines (14 loc) · 1.13 KB

Flavour

Set of predefined properties of a cluster. For example, a huge flavour can be a cluster with 10 infra nodes and 1000 compute nodes.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'Flavour' if this is a complete object or 'FlavourLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
aws AWSFlavour [optional]
gcp GCPFlavour [optional]
name str Human friendly identifier of the cluster, for example `4`. NOTE: Currently for all flavours the `id` and `name` attributes have exactly the same values. [optional]
network Network [optional]
nodes FlavourNodes [optional]

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