GoogleApi.Connectors.V1.Model.HPAConfig (google_api_connectors v0.18.0)

View Source

Autoscaling config for connector deployment system metrics.

Attributes

  • cpuUtilizationThreshold (type: String.t, default: nil) - Output only. Percent CPU utilization where HPA triggers autoscaling.
  • memoryUtilizationThreshold (type: String.t, default: nil) - Output only. Percent Memory utilization where HPA triggers autoscaling.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V1.Model.HPAConfig{
  cpuUtilizationThreshold: String.t() | nil,
  memoryUtilizationThreshold: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.