Package com.pulumi.gcp.container.inputs
Class ClusterNodePoolManagementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.container.inputs.ClusterNodePoolManagementArgs
-
public final class ClusterNodePoolManagementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterNodePoolManagementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ClusterNodePoolManagementArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
autoRepair()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
autoUpgrade()
static ClusterNodePoolManagementArgs.Builder
builder()
static ClusterNodePoolManagementArgs.Builder
builder(ClusterNodePoolManagementArgs defaults)
-
-
-
Field Detail
-
Empty
public static final ClusterNodePoolManagementArgs Empty
-
-
Method Detail
-
autoRepair
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> autoRepair()
- Returns:
- 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.
-
autoUpgrade
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> autoUpgrade()
- Returns:
- 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.
-
builder
public static ClusterNodePoolManagementArgs.Builder builder()
-
builder
public static ClusterNodePoolManagementArgs.Builder builder(ClusterNodePoolManagementArgs defaults)
-
-