Class CloudRunV2JobTemplateTemplateContainersResources.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_job.CloudRunV2JobTemplateTemplateContainersResources.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2JobTemplateTemplateContainersResources,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2JobTemplateTemplateContainersResources
@Stability(Stable) @Internal public static final class CloudRunV2JobTemplateTemplateContainersResources.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2JobTemplateTemplateContainersResources
An implementation forCloudRunV2JobTemplateTemplateContainersResources
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.cloud_run_v2_job.CloudRunV2JobTemplateTemplateContainersResources
CloudRunV2JobTemplateTemplateContainersResources.Builder, CloudRunV2JobTemplateTemplateContainersResources.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2JobTemplateTemplateContainersResources.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2JobTemplateTemplateContainersResources.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,String>getLimits()Only memory and CPU are supported.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CloudRunV2JobTemplateTemplateContainersResources.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2JobTemplateTemplateContainersResources.Builder.
-
-
Method Detail
-
getLimits
public final Map<String,String> getLimits()
Description copied from interface:CloudRunV2JobTemplateTemplateContainersResourcesOnly memory and CPU are supported.Use key 'cpu' for CPU limit and 'memory' for memory limit. Note: The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#limits CloudRunV2Job#limits}
- Specified by:
getLimitsin interfaceCloudRunV2JobTemplateTemplateContainersResources
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-