View Source GoogleApi.BigtableAdmin.V2.Model.AutoscalingLimits (google_api_bigtable_admin v0.22.0)

Limits for the number of nodes a Cluster can autoscale up/down to.

Attributes

  • maxServeNodes (type: integer(), default: nil) - Required. Maximum number of nodes to scale up to.
  • minServeNodes (type: integer(), default: nil) - Required. Minimum number of nodes to scale down to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.AutoscalingLimits{
  maxServeNodes: integer() | nil,
  minServeNodes: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.