File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/clients/src/api/rdb/v1 Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -486,6 +486,7 @@ const unmarshalNodeType = (data: unknown) => {
486
486
description : data . description ,
487
487
disabled : data . disabled ,
488
488
isBssdCompatible : data . is_bssd_compatible ,
489
+ isHaRequired : data . is_ha_required ,
489
490
memory : data . memory ,
490
491
name : data . name ,
491
492
region : data . region ,
Original file line number Diff line number Diff line change @@ -558,6 +558,8 @@ export interface NodeType {
558
558
beta : boolean
559
559
/** Available storage options for the Node Type */
560
560
availableVolumeTypes : Array < NodeTypeVolumeType >
561
+ /** The Node Type can be used only with high availability option */
562
+ isHaRequired : boolean
561
563
/** Region the Node Type is in */
562
564
region : Region
563
565
}
You can’t perform that action at this time.
0 commit comments