Class CloudRunV2JobTemplateTemplateContainers.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_job.CloudRunV2JobTemplateTemplateContainers.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2JobTemplateTemplateContainers,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2JobTemplateTemplateContainers
@Stability(Stable) @Internal public static final class CloudRunV2JobTemplateTemplateContainers.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2JobTemplateTemplateContainers
An implementation forCloudRunV2JobTemplateTemplateContainers
-
-
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.CloudRunV2JobTemplateTemplateContainers
CloudRunV2JobTemplateTemplateContainers.Builder, CloudRunV2JobTemplateTemplateContainers.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2JobTemplateTemplateContainers.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2JobTemplateTemplateContainers.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)List<String>getArgs()Arguments to the entrypoint.List<String>getCommand()Entrypoint array.ObjectgetEnv()env block.StringgetImage()URL of the Container image in Google Container Registry or Google Artifact Registry.StringgetName()Name of the container specified as a DNS_LABEL.ObjectgetPorts()ports block.CloudRunV2JobTemplateTemplateContainersResourcesgetResources()resources block.ObjectgetVolumeMounts()volume_mounts block.StringgetWorkingDir()Container's working directory.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(CloudRunV2JobTemplateTemplateContainers.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2JobTemplateTemplateContainers.Builder.
-
-
Method Detail
-
getImage
public final String getImage()
Description copied from interface:CloudRunV2JobTemplateTemplateContainersURL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#image CloudRunV2Job#image}
- Specified by:
getImagein interfaceCloudRunV2JobTemplateTemplateContainers
-
getArgs
public final List<String> getArgs()
Description copied from interface:CloudRunV2JobTemplateTemplateContainersArguments to the entrypoint.The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#args CloudRunV2Job#args}
- Specified by:
getArgsin interfaceCloudRunV2JobTemplateTemplateContainers
-
getCommand
public final List<String> getCommand()
Description copied from interface:CloudRunV2JobTemplateTemplateContainersEntrypoint array.Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#command CloudRunV2Job#command}
- Specified by:
getCommandin interfaceCloudRunV2JobTemplateTemplateContainers
-
getEnv
public final Object getEnv()
Description copied from interface:CloudRunV2JobTemplateTemplateContainersenv block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#env CloudRunV2Job#env}
- Specified by:
getEnvin interfaceCloudRunV2JobTemplateTemplateContainers
-
getName
public final String getName()
Description copied from interface:CloudRunV2JobTemplateTemplateContainersName of the container specified as a DNS_LABEL.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#name CloudRunV2Job#name}
- Specified by:
getNamein interfaceCloudRunV2JobTemplateTemplateContainers
-
getPorts
public final Object getPorts()
Description copied from interface:CloudRunV2JobTemplateTemplateContainersports block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#ports CloudRunV2Job#ports}
- Specified by:
getPortsin interfaceCloudRunV2JobTemplateTemplateContainers
-
getResources
public final CloudRunV2JobTemplateTemplateContainersResources getResources()
Description copied from interface:CloudRunV2JobTemplateTemplateContainersresources block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#resources CloudRunV2Job#resources}
- Specified by:
getResourcesin interfaceCloudRunV2JobTemplateTemplateContainers
-
getVolumeMounts
public final Object getVolumeMounts()
Description copied from interface:CloudRunV2JobTemplateTemplateContainersvolume_mounts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#volume_mounts CloudRunV2Job#volume_mounts}
- Specified by:
getVolumeMountsin interfaceCloudRunV2JobTemplateTemplateContainers
-
getWorkingDir
public final String getWorkingDir()
Description copied from interface:CloudRunV2JobTemplateTemplateContainersContainer's working directory.If not specified, the container runtime's default will be used, which might be configured in the container image. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#working_dir CloudRunV2Job#working_dir}
- Specified by:
getWorkingDirin interfaceCloudRunV2JobTemplateTemplateContainers
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-