Set of predefined properties of a cluster. For example, a huge flavour can be a cluster with 10 infra nodes and 1000 compute nodes.
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] |