Interface AzureNodeManagementOrBuilder (0.39.0)

public interface AzureNodeManagementOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutoRepair()

public abstract 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
TypeDescription
boolean

The autoRepair.