public interface NodeManagementOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutoRepair()
public abstract boolean getAutoRepair()Whether the nodes will be automatically repaired.
bool auto_repair = 2;
| Type | Description |
| boolean | The autoRepair. |
getAutoUpgrade()
public abstract boolean getAutoUpgrade()Whether the nodes will be automatically upgraded.
bool auto_upgrade = 1;
| Type | Description |
| boolean | The autoUpgrade. |
getUpgradeOptions()
public abstract AutoUpgradeOptions getUpgradeOptions()Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
| Type | Description |
| AutoUpgradeOptions | The upgradeOptions. |
getUpgradeOptionsOrBuilder()
public abstract AutoUpgradeOptionsOrBuilder getUpgradeOptionsOrBuilder()Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
| Type | Description |
| AutoUpgradeOptionsOrBuilder |
hasUpgradeOptions()
public abstract boolean hasUpgradeOptions()Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
| Type | Description |
| boolean | Whether the upgradeOptions field is set. |