Class: Google::Cloud::GkeMultiCloud::V1::AzureNodeManagement
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureNodeManagement
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
AzureNodeManagement defines the set of node management features turned on for an Azure 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.
643 644 645 646 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 643 class AzureNodeManagement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |