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) => {
491491 description : data . description ,
492492 disabled : data . disabled ,
493493 generation : data . generation ,
494+ instanceRange : data . instance_range ,
494495 isBssdCompatible : data . is_bssd_compatible ,
495496 isHaRequired : data . is_ha_required ,
496497 memory : data . memory ,
Original file line number Diff line number Diff line change @@ -593,8 +593,10 @@ export interface NodeType {
593593 availableVolumeTypes : NodeTypeVolumeType [ ]
594594 /** The Node Type can be used only with high availability option. */
595595 isHaRequired : boolean
596- /** Generation associated the NodeType offer. */
596+ /** Generation associated with the NodeType offer. */
597597 generation : NodeTypeGeneration
598+ /** Instance range associated with the NodeType offer. */
599+ instanceRange : string
598600 /** Region the Node Type is in. */
599601 region : Region
600602}
You can’t perform that action at this time.
0 commit comments