View Source GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1NodeConfig (google_api_integrations v0.12.0)

Node configuration for the connection.

Attributes

  • maxNodeCount (type: integer(), default: nil) - Maximum number of nodes in the runtime nodes.
  • minNodeCount (type: integer(), default: nil) - Minimum number of nodes in the runtime nodes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1NodeConfig{
  maxNodeCount: integer() | nil,
  minNodeCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.