Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ContainerInstanceShapeConfig

The shape configuration for a container instance. The shape configuration determines the resources thats are available to the container instance and its containers.

Properties

memoryInGBs

memoryInGBs: number

The total amount of memory available to the container instance, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

networkingBandwidthInGbps

networkingBandwidthInGbps: number

The networking bandwidth available to the container instance, in gigabits per second. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

ocpus

ocpus: number

The total number of OCPUs available to the container instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

processorDescription

processorDescription: string

A short description of the container instance's processor (CPU).

Functions

getDeserializedJsonObj

getJsonObj