View Source GoogleApi.Connectors.V1.Model.NodeConfig (google_api_connectors v0.9.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.Connectors.V1.Model.NodeConfig{
  maxNodeCount: integer() | nil,
  minNodeCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.