Class: Google::Cloud::VmwareEngine::V1::AutoscalingSettings::AutoscalingPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::AutoscalingSettings::AutoscalingPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Autoscaling policy describes the behavior of the autoscaling with respect to the resource utilization. The scale-out operation is initiated if the utilization exceeds ANY of the respective thresholds. The scale-in operation is initiated if the utilization is below ALL of the respective thresholds.
Instance Attribute Summary collapse
-
#consumed_memory_thresholds ⇒ ::Google::Cloud::VmwareEngine::V1::AutoscalingSettings::Thresholds
Optional.
-
#cpu_thresholds ⇒ ::Google::Cloud::VmwareEngine::V1::AutoscalingSettings::Thresholds
Optional.
-
#granted_memory_thresholds ⇒ ::Google::Cloud::VmwareEngine::V1::AutoscalingSettings::Thresholds
Optional.
-
#node_type_id ⇒ ::String
Required.
-
#scale_out_size ⇒ ::Integer
Required.
-
#storage_thresholds ⇒ ::Google::Cloud::VmwareEngine::V1::AutoscalingSettings::Thresholds
Optional.
Instance Attribute Details
#consumed_memory_thresholds ⇒ ::Google::Cloud::VmwareEngine::V1::AutoscalingSettings::Thresholds
Returns Optional. Utilization thresholds pertaining to amount of consumed memory.
961 962 963 964 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 961 class AutoscalingPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cpu_thresholds ⇒ ::Google::Cloud::VmwareEngine::V1::AutoscalingSettings::Thresholds
Returns Optional. Utilization thresholds pertaining to CPU utilization.
961 962 963 964 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 961 class AutoscalingPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#granted_memory_thresholds ⇒ ::Google::Cloud::VmwareEngine::V1::AutoscalingSettings::Thresholds
Returns Optional. Utilization thresholds pertaining to amount of granted memory.
961 962 963 964 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 961 class AutoscalingPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_type_id ⇒ ::String
Returns Required. The canonical identifier of the node type to add or remove.
Corresponds to the NodeType
.
961 962 963 964 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 961 class AutoscalingPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scale_out_size ⇒ ::Integer
Returns Required. Number of nodes to add to a cluster during a scale-out operation. Must be divisible by 2 for stretched clusters. During a scale-in operation only one node (or 2 for stretched clusters) are removed in a single iteration.
961 962 963 964 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 961 class AutoscalingPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#storage_thresholds ⇒ ::Google::Cloud::VmwareEngine::V1::AutoscalingSettings::Thresholds
Returns Optional. Utilization thresholds pertaining to amount of consumed storage.
961 962 963 964 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 961 class AutoscalingPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |