Class CloudRunV2JobTemplateTemplateContainersResources.Jsii$Proxy

    • Method Detail

      • getLimits

        public final Map<String,​String> getLimits()
        Description copied from interface: CloudRunV2JobTemplateTemplateContainersResources
        Only 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:
        getLimits in interface CloudRunV2JobTemplateTemplateContainersResources
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object