Class AwsNodeManagement.Builder (0.84.0)

public static final class AwsNodeManagement.Builder extends GeneratedMessage.Builder<AwsNodeManagement.Builder> implements AwsNodeManagementOrBuilder

AwsNodeManagement defines the set of node management features turned on for an AWS node pool.

Protobuf type google.cloud.gkemulticloud.v1.AwsNodeManagement

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AwsNodeManagement build()
Returns
Type Description
AwsNodeManagement

buildPartial()

public AwsNodeManagement buildPartial()
Returns
Type Description
AwsNodeManagement

clear()

public AwsNodeManagement.Builder clear()
Returns
Type Description
AwsNodeManagement.Builder
Overrides

clearAutoRepair()

public AwsNodeManagement.Builder clearAutoRepair()

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.

bool auto_repair = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AwsNodeManagement.Builder

This builder for chaining.

getAutoRepair()

public boolean getAutoRepair()

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.

bool auto_repair = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The autoRepair.

getDefaultInstanceForType()

public AwsNodeManagement getDefaultInstanceForType()
Returns
Type Description
AwsNodeManagement

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AwsNodeManagement other)

public AwsNodeManagement.Builder mergeFrom(AwsNodeManagement other)
Parameter
Name Description
other AwsNodeManagement
Returns
Type Description
AwsNodeManagement.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AwsNodeManagement.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AwsNodeManagement.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AwsNodeManagement.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AwsNodeManagement.Builder
Overrides

setAutoRepair(boolean value)

public AwsNodeManagement.Builder setAutoRepair(boolean value)

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.

bool auto_repair = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The autoRepair to set.

Returns
Type Description
AwsNodeManagement.Builder

This builder for chaining.