GoogleApi.VMwareEngine.V1.Model.Thresholds (google_api_v_mware_engine v0.5.0)

View Source

Thresholds define the utilization of resources triggering scale-out and scale-in operations.

Attributes

  • scaleIn (type: integer(), default: nil) - Required. The utilization triggering the scale-in operation in percent.
  • scaleOut (type: integer(), default: nil) - Required. The utilization triggering the scale-out operation in percent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.Thresholds{
  scaleIn: integer() | nil,
  scaleOut: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.