Class: Google::Cloud::Compute::V1::AutoscalingPolicyLoadBalancingUtilization

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Configuration parameters of autoscaling based on load balancing.

Instance Attribute Summary collapse

Instance Attribute Details

#utilization_target::Float

Returns Fraction of backend capacity utilization (set in HTTP(S) load balancing configuration) that the autoscaler maintains. Must be a positive float value. If not defined, the default is 0.8.

Returns:

  • (::Float)

    Fraction of backend capacity utilization (set in HTTP(S) load balancing configuration) that the autoscaler maintains. Must be a positive float value. If not defined, the default is 0.8.



3245
3246
3247
3248
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3245

class AutoscalingPolicyLoadBalancingUtilization
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end