public sealed class AzureNodeManagement : IMessage<AzureNodeManagement>, IEquatable<AzureNodeManagement>, IDeepCloneable<AzureNodeManagement>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureNodeManagement.
AzureNodeManagement defines the set of node management features turned on for an Azure node pool.
Implements
IMessageAzureNodeManagement, IEquatableAzureNodeManagement, IDeepCloneableAzureNodeManagement, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AzureNodeManagement()
public AzureNodeManagement()
AzureNodeManagement(AzureNodeManagement)
public AzureNodeManagement(AzureNodeManagement other)
Parameter | |
---|---|
Name | Description |
other |
AzureNodeManagement |
Properties
AutoRepair
public bool AutoRepair { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |