Package com.pulumi.gcp.container.inputs
Class ClusterNodePoolManagementArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.container.inputs.ClusterNodePoolManagementArgs.Builder
-
- Enclosing class:
- ClusterNodePoolManagementArgs
public static final class ClusterNodePoolManagementArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ClusterNodePoolManagementArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterNodePoolManagementArgs.Builder
autoRepair(com.pulumi.core.Output<java.lang.Boolean> autoRepair)
ClusterNodePoolManagementArgs.Builder
autoRepair(java.lang.Boolean autoRepair)
ClusterNodePoolManagementArgs.Builder
autoUpgrade(com.pulumi.core.Output<java.lang.Boolean> autoUpgrade)
ClusterNodePoolManagementArgs.Builder
autoUpgrade(java.lang.Boolean autoUpgrade)
ClusterNodePoolManagementArgs
build()
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ClusterNodePoolManagementArgs defaults)
-
-
Method Detail
-
autoRepair
public ClusterNodePoolManagementArgs.Builder autoRepair(@Nullable com.pulumi.core.Output<java.lang.Boolean> autoRepair)
- Parameters:
autoRepair
- Specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered. This block also contains several computed attributes, documented below.- Returns:
- builder
-
autoRepair
public ClusterNodePoolManagementArgs.Builder autoRepair(java.lang.Boolean autoRepair)
- Parameters:
autoRepair
- Specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered. This block also contains several computed attributes, documented below.- Returns:
- builder
-
autoUpgrade
public ClusterNodePoolManagementArgs.Builder autoUpgrade(@Nullable com.pulumi.core.Output<java.lang.Boolean> autoUpgrade)
- Parameters:
autoUpgrade
- Specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.- Returns:
- builder
-
autoUpgrade
public ClusterNodePoolManagementArgs.Builder autoUpgrade(java.lang.Boolean autoUpgrade)
- Parameters:
autoUpgrade
- Specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.- Returns:
- builder
-
build
public ClusterNodePoolManagementArgs build()
-
-