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

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.

Inheritance

object > AwsNodeManagement

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsNodeManagement()

public AwsNodeManagement()

AwsNodeManagement(AwsNodeManagement)

public AwsNodeManagement(AwsNodeManagement other)
Parameter
NameDescription
otherAwsNodeManagement

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