Class: Google::Cloud::VmwareEngine::V1::AutoscalingSettings::Thresholds

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

Overview

Thresholds define the utilization of resources triggering scale-out and scale-in operations.

Instance Attribute Summary collapse

Instance Attribute Details

#scale_in::Integer

Returns Required. The utilization triggering the scale-in operation in percent.

Returns:

  • (::Integer)

    Required. The utilization triggering the scale-in operation in percent.



927
928
929
930
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 927

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

#scale_out::Integer

Returns Required. The utilization triggering the scale-out operation in percent.

Returns:

  • (::Integer)

    Required. The utilization triggering the scale-out operation in percent.



927
928
929
930
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 927

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