View Source GoogleApi.VMwareEngine.V1.Model.Thresholds (google_api_v_mware_engine v0.4.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.