Interface ContainerClusterClusterAutoscalingResourceLimits
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterClusterAutoscalingResourceLimits.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.212Z") @Stability(Stable) public interface ContainerClusterClusterAutoscalingResourceLimits extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterClusterAutoscalingResourceLimits.BuilderA builder forContainerClusterClusterAutoscalingResourceLimitsstatic classContainerClusterClusterAutoscalingResourceLimits.Jsii$ProxyAn implementation forContainerClusterClusterAutoscalingResourceLimits
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ContainerClusterClusterAutoscalingResourceLimits.Builderbuilder()default NumbergetMaximum()Maximum amount of the resource in the cluster.default NumbergetMinimum()Minimum amount of the resource in the cluster.StringgetResourceType()The type of the resource.
-
-
-
Method Detail
-
getResourceType
@Stability(Stable) @NotNull String getResourceType()
The type of the resource.For example, cpu and memory. See the guide to using Node Auto-Provisioning for a list of types. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#resource_type ContainerCluster#resource_type}
-
getMaximum
@Stability(Stable) @Nullable default Number getMaximum()
Maximum amount of the resource in the cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#maximum ContainerCluster#maximum}
-
getMinimum
@Stability(Stable) @Nullable default Number getMinimum()
Minimum amount of the resource in the cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#minimum ContainerCluster#minimum}
-
builder
@Stability(Stable) static ContainerClusterClusterAutoscalingResourceLimits.Builder builder()
-
-