Class: Google::Cloud::GkeMultiCloud::V1::SurgeSettings Deprecated

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

Overview

Deprecated.

This message is deprecated and may be removed in the next major version update.

SurgeSettings contains the parameters for Surge update.

Instance Attribute Summary collapse

Instance Attribute Details

#max_surge::Integer

Returns Optional. The maximum number of nodes that can be created beyond the current size of the node pool during the update process.

Returns:

  • (::Integer)

    Optional. The maximum number of nodes that can be created beyond the current size of the node pool during the update process.



560
561
562
563
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 560

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

#max_unavailable::Integer

Returns Optional. The maximum number of nodes that can be simultaneously unavailable during the update process. A node is considered unavailable if its status is not Ready.

Returns:

  • (::Integer)

    Optional. The maximum number of nodes that can be simultaneously unavailable during the update process. A node is considered unavailable if its status is not Ready.



560
561
562
563
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 560

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