Class: Google::Cloud::GkeMultiCloud::V1::AzureNodeManagement Deprecated
- 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
Deprecated.
This message is deprecated and may be removed in the next major version update.
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.
658 659 660 661 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 658 class AzureNodeManagement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |