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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.