Skip to content

Commit fb14bf9

Browse files
feat(rdb): add a HA required flag on node type (#1486)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 87683a0 commit fb14bf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/rdb/v1/rdb_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,8 @@ type NodeType struct {
12531253
Beta bool `json:"beta"`
12541254
// AvailableVolumeTypes: available storage options for the Node Type
12551255
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"`
12561258
// Region: region the Node Type is in
12571259
Region scw.Region `json:"region"`
12581260
}

0 commit comments

Comments
 (0)