Interface NodeManagementOrBuilder (2.3.6)

public interface NodeManagementOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutoRepair()

public abstract boolean getAutoRepair()

Whether the nodes will be automatically repaired.

bool auto_repair = 2;

Returns
TypeDescription
boolean

The autoRepair.

getAutoUpgrade()

public abstract boolean getAutoUpgrade()

Whether the nodes will be automatically upgraded.

bool auto_upgrade = 1;

Returns
TypeDescription
boolean

The autoUpgrade.

getUpgradeOptions()

public abstract AutoUpgradeOptions getUpgradeOptions()

Specifies the Auto Upgrade knobs for the node pool.

.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;

Returns
TypeDescription
AutoUpgradeOptions

The upgradeOptions.

getUpgradeOptionsOrBuilder()

public abstract AutoUpgradeOptionsOrBuilder getUpgradeOptionsOrBuilder()

Specifies the Auto Upgrade knobs for the node pool.

.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;

Returns
TypeDescription
AutoUpgradeOptionsOrBuilder

hasUpgradeOptions()

public abstract boolean hasUpgradeOptions()

Specifies the Auto Upgrade knobs for the node pool.

.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;

Returns
TypeDescription
boolean

Whether the upgradeOptions field is set.