View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1NodeConfig (google_api_apigee v0.46.0)

NodeConfig for setting the min/max number of nodes associated with the environment.

Attributes

  • currentAggregateNodeCount (type: String.t, default: nil) - Output only. The current total number of gateway nodes that each environment currently has across all instances.
  • maxNodeCount (type: String.t, default: nil) - Optional. The maximum total number of gateway nodes that the is reserved for all instances that has the specified environment. If not specified, the default is determined by the recommended maximum number of nodes for that gateway.
  • minNodeCount (type: String.t, default: nil) - Optional. The minimum total number of gateway nodes that the is reserved for all instances that has the specified environment. If not specified, the default is determined by the recommended minimum number of nodes for that gateway.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1NodeConfig{
  currentAggregateNodeCount: String.t() | nil,
  maxNodeCount: String.t() | nil,
  minNodeCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.