GoogleApi.BigtableAdmin.V2.Model.ClusterAutoscalingConfig (google_api_bigtable_admin v0.18.0) View Source
Autoscaling config for a cluster.
Attributes
-
autoscalingLimits(type:GoogleApi.BigtableAdmin.V2.Model.AutoscalingLimits.t, default:nil) - Required. Autoscaling limits for this cluster. -
autoscalingTargets(type:GoogleApi.BigtableAdmin.V2.Model.AutoscalingTargets.t, default:nil) - Required. Autoscaling targets for this cluster.
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.ClusterAutoscalingConfig{
autoscalingLimits:
GoogleApi.BigtableAdmin.V2.Model.AutoscalingLimits.t() | nil,
autoscalingTargets:
GoogleApi.BigtableAdmin.V2.Model.AutoscalingTargets.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.