GoogleApi.Spanner.V1.Model.AsymmetricAutoscalingOption (google_api_spanner v0.48.0)
View SourceAsymmetricAutoscalingOption specifies the scaling of replicas identified by the given selection.
Attributes
-
overrides
(type:GoogleApi.Spanner.V1.Model.AutoscalingConfigOverrides.t
, default:nil
) - Optional. Overrides applied to the top-level autoscaling configuration for the selected replicas. -
replicaSelection
(type:GoogleApi.Spanner.V1.Model.InstanceReplicaSelection.t
, default:nil
) - Required. Selects the replicas to which this AsymmetricAutoscalingOption applies. Only read-only replicas are supported.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.AsymmetricAutoscalingOption{ overrides: GoogleApi.Spanner.V1.Model.AutoscalingConfigOverrides.t() | nil, replicaSelection: GoogleApi.Spanner.V1.Model.InstanceReplicaSelection.t() | nil }