View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1ResourceLimits (google_api_integrations v0.4.0)

Resource limits defined for connection pods of a given connector type.

Attributes

  • cpu (type: String.t, default: nil) - Output only. CPU limit.
  • memory (type: String.t, default: nil) - Output only. Memory limit.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1ResourceLimits{
    cpu: String.t() | nil,
    memory: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.