| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceLimit |
ResourceLimit.clone() |
ResourceLimit |
ResourceLimit.set(java.lang.String fieldName,
java.lang.Object value) |
ResourceLimit |
ResourceLimit.setMaximum(java.lang.Long maximum)
Maximum amount of the resource in the cluster.
|
ResourceLimit |
ResourceLimit.setMinimum(java.lang.Long minimum)
Minimum amount of the resource in the cluster.
|
ResourceLimit |
ResourceLimit.setResourceType(java.lang.String resourceType)
Resource name "cpu", "memory" or gpu-specific string.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceLimit> |
ClusterAutoscaling.getResourceLimits()
Contains global constraints regarding minimum and maximum amount of resources in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterAutoscaling |
ClusterAutoscaling.setResourceLimits(java.util.List<ResourceLimit> resourceLimits)
Contains global constraints regarding minimum and maximum amount of resources in the cluster.
|