Class: Google::Cloud::GkeMultiCloud::V1::AwsNodeManagement

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

AwsNodeManagement defines the set of node management features turned on for an AWS node pool.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_repair::Boolean

Returns Optional. Whether or not the nodes will be automatically repaired. When set to true, the nodes in this node pool will be monitored and if they fail health checks consistently over a period of time, an automatic repair action will be triggered to replace them with new nodes.

Returns:

  • (::Boolean)

    Optional. Whether or not the nodes will be automatically repaired. When set to true, the nodes in this node pool will be monitored and if they fail health checks consistently over a period of time, an automatic repair action will be triggered to replace them with new nodes.



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

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