File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1186,9 +1186,11 @@ type NodeType struct {
11861186 AvailableVolumeTypes []* NodeTypeVolumeType `json:"available_volume_types"`
11871187 // IsHaRequired: the Node Type can be used only with high availability option.
11881188 IsHaRequired bool `json:"is_ha_required"`
1189- // Generation: generation associated the NodeType offer.
1189+ // Generation: generation associated with the NodeType offer.
11901190 // Default value: unknown_generation
11911191 Generation NodeTypeGeneration `json:"generation"`
1192+ // InstanceRange: instance range associated with the NodeType offer.
1193+ InstanceRange string `json:"instance_range"`
11921194 // Region: region the Node Type is in.
11931195 Region scw.Region `json:"region"`
11941196}
You can’t perform that action at this time.
0 commit comments