Skip to content

Commit f98c34a

Browse files
authored
feat(rdb): add node_type instance range (#1774)
1 parent 6115f9e commit f98c34a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/rdb/v1/rdb_sdk.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)