public sealed class AwsNodeManagement : IMessage<AwsNodeManagement>, IEquatable<AwsNodeManagement>, IDeepCloneable<AwsNodeManagement>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsNodeManagement.
AwsNodeManagement defines the set of node management features turned on for an AWS node pool.
Implements
IMessageAwsNodeManagement, IEquatableAwsNodeManagement, IDeepCloneableAwsNodeManagement, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsNodeManagement()
public AwsNodeManagement()
AwsNodeManagement(AwsNodeManagement)
public AwsNodeManagement(AwsNodeManagement other)
Parameter | |
---|---|
Name | Description |
other |
AwsNodeManagement |
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 |