Reference documentation and code samples for the Google Cloud VMware Engine V1 API class Google::Cloud::VmwareEngine::V1::AutoscalingSettings::Thresholds.
Thresholds define the utilization of resources triggering scale-out and scale-in operations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#scale_in
def scale_in() -> ::Integer
Returns
- (::Integer) — Required. The utilization triggering the scale-in operation in percent.
#scale_in=
def scale_in=(value) -> ::Integer
Parameter
- value (::Integer) — Required. The utilization triggering the scale-in operation in percent.
Returns
- (::Integer) — Required. The utilization triggering the scale-in operation in percent.
#scale_out
def scale_out() -> ::Integer
Returns
- (::Integer) — Required. The utilization triggering the scale-out operation in percent.
#scale_out=
def scale_out=(value) -> ::Integer
Parameter
- value (::Integer) — Required. The utilization triggering the scale-out operation in percent.
Returns
- (::Integer) — Required. The utilization triggering the scale-out operation in percent.