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

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

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.



548
549
550
551
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 548

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.



548
549
550
551
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 548

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