Package com.pulumi.gcp.container.outputs
Class GetClusterNodePoolAutoscaling
- java.lang.Object
-
- com.pulumi.gcp.container.outputs.GetClusterNodePoolAutoscaling
-
public final class GetClusterNodePoolAutoscaling extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetClusterNodePoolAutoscaling.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetClusterNodePoolAutoscaling.Builder
builder()
static GetClusterNodePoolAutoscaling.Builder
builder(GetClusterNodePoolAutoscaling defaults)
java.lang.String
locationPolicy()
java.lang.Integer
maxNodeCount()
java.lang.Integer
minNodeCount()
java.lang.Integer
totalMaxNodeCount()
java.lang.Integer
totalMinNodeCount()
-
-
-
Method Detail
-
locationPolicy
public java.lang.String locationPolicy()
-
maxNodeCount
public java.lang.Integer maxNodeCount()
-
minNodeCount
public java.lang.Integer minNodeCount()
-
totalMaxNodeCount
public java.lang.Integer totalMaxNodeCount()
-
totalMinNodeCount
public java.lang.Integer totalMinNodeCount()
-
builder
public static GetClusterNodePoolAutoscaling.Builder builder()
-
builder
public static GetClusterNodePoolAutoscaling.Builder builder(GetClusterNodePoolAutoscaling defaults)
-
-