Class: Google::Cloud::GkeMultiCloud::V1::AwsNodeManagement Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsNodeManagement
- 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.
AwsNodeManagement defines the set of node management features turned on for an AWS node pool.
Instance Attribute Summary collapse
-
#auto_repair ⇒ ::Boolean
Optional.
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.
574 575 576 577 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 574 class AwsNodeManagement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |