Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::SurgeSettings.
SurgeSettings contains the parameters for Surge update.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_surge
def max_surge() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of nodes that can be created beyond the current size of the node pool during the update process.
#max_surge=
def max_surge=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
#max_unavailable
def max_unavailable() -> ::Integer
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.
#max_unavailable=
def max_unavailable=(value) -> ::Integer
Parameter
- value (::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.
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.