Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ShapeMemoryOptions

For a flexible shape, the amount of memory available for instances that use this shape.

If this field is null, then this shape has a fixed amount of memory equivalent to {@code memoryInGBs}.

Properties

Optional defaultPerOcpuInGBs

defaultPerOcpuInGBs: undefined | number

The default amount of memory per OCPU available for this shape, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxInGBs

maxInGBs: undefined | number

The maximum amount of memory, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxPerNumaNodeInGBs

maxPerNumaNodeInGBs: undefined | number

The maximum amount of memory per NUMA node, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxPerOcpuInGBs

maxPerOcpuInGBs: undefined | number

The maximum amount of memory per OCPU available for this shape, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional minInGBs

minInGBs: undefined | number

The minimum amount of memory, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional minPerOcpuInGBs

minPerOcpuInGBs: undefined | number

The minimum amount of memory per OCPU available for this shape, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj