Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ShapeDetails

The configuration details to update load balancer to a different shape.

Properties

maximumBandwidthInMbps

maximumBandwidthInMbps: number

Bandwidth in Mbps that determines the maximum bandwidth (ingress plus egress) that the load balancer can achieve. This bandwidth cannot be always guaranteed. For a guaranteed bandwidth use the minimumBandwidthInMbps parameter.

The values must be between minimumBandwidthInMbps and 8000 (8Gbps).

Example: {@code 1500} Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

minimumBandwidthInMbps

minimumBandwidthInMbps: number

Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps.

Example: {@code 150} Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj