Class: Google::Cloud::VmwareEngine::V1::AutoscalingSettings::AutoscalingPolicy

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

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

Instance Attribute Details

#consumed_memory_thresholds::Google::Cloud::VmwareEngine::V1::AutoscalingSettings::Thresholds

Returns Optional. Utilization thresholds pertaining to amount of consumed memory.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:



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