Anthos Multi-Cloud v1 API - Class AzureNodeManagement (2.5.0)

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.

Inheritance

object > AzureNodeManagement

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AzureNodeManagement()

public AzureNodeManagement()

AzureNodeManagement(AzureNodeManagement)

public AzureNodeManagement(AzureNodeManagement other)
Parameter
NameDescription
otherAzureNodeManagement

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
TypeDescription
bool