File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
packages/clients/src/api/rdb/v1 Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -491,6 +491,7 @@ const unmarshalNodeType = (data: unknown) => {
491
491
description : data . description ,
492
492
disabled : data . disabled ,
493
493
generation : data . generation ,
494
+ instanceRange : data . instance_range ,
494
495
isBssdCompatible : data . is_bssd_compatible ,
495
496
isHaRequired : data . is_ha_required ,
496
497
memory : data . memory ,
Original file line number Diff line number Diff line change @@ -593,8 +593,10 @@ export interface NodeType {
593
593
availableVolumeTypes : NodeTypeVolumeType [ ]
594
594
/** The Node Type can be used only with high availability option. */
595
595
isHaRequired : boolean
596
- /** Generation associated the NodeType offer. */
596
+ /** Generation associated with the NodeType offer. */
597
597
generation : NodeTypeGeneration
598
+ /** Instance range associated with the NodeType offer. */
599
+ instanceRange : string
598
600
/** Region the Node Type is in. */
599
601
region : Region
600
602
}
You can’t perform that action at this time.
0 commit comments