GoogleApi.BigtableAdmin.V2.Model.ClusterConfig (google_api_bigtable_admin v0.18.0) View Source

Configuration for a cluster.

Attributes

  • clusterAutoscalingConfig (type: GoogleApi.BigtableAdmin.V2.Model.ClusterAutoscalingConfig.t, default: nil) - Autoscaling configuration for this cluster. Note that when creating or updating a cluster, exactly one of serve_nodes or cluster_autoscaling_config must be set. If serve_nodes is set, then serve_nodes is fixed and autoscaling is turned off. If cluster_autoscaling_config is set, then serve_nodes will be autoscaled.

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.ClusterConfig{
  clusterAutoscalingConfig:
    GoogleApi.BigtableAdmin.V2.Model.ClusterAutoscalingConfig.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.