class Google::Apis::SpannerV1::AutoscalingConfigOverrides

autoscaling configuration.
unspecified fields will use the corresponding values from the top-level
by ‘replica_selection`. All fields in this message are optional. Any
Overrides the top-level autoscaling configuration for the replicas identified

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @autoscaling_limits = args[:autoscaling_limits] if args.key?(:autoscaling_limits)
  @autoscaling_target_high_priority_cpu_utilization_percent = args[:autoscaling_target_high_priority_cpu_utilization_percent] if args.key?(:autoscaling_target_high_priority_cpu_utilization_percent)
end