We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87683a0 commit fb14bf9Copy full SHA for fb14bf9
api/rdb/v1/rdb_sdk.go
@@ -1253,6 +1253,8 @@ type NodeType struct {
1253
Beta bool `json:"beta"`
1254
// AvailableVolumeTypes: available storage options for the Node Type
1255
AvailableVolumeTypes []*NodeTypeVolumeType `json:"available_volume_types"`
1256
+ // IsHaRequired: the Node Type can be used only with high availability option
1257
+ IsHaRequired bool `json:"is_ha_required"`
1258
// Region: region the Node Type is in
1259
Region scw.Region `json:"region"`
1260
}
0 commit comments