Class CloudRunV2ServiceTemplateContainers.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateContainers.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2ServiceTemplateContainers,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2ServiceTemplateContainers
@Stability(Stable) @Internal public static final class CloudRunV2ServiceTemplateContainers.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2ServiceTemplateContainers
An implementation forCloudRunV2ServiceTemplateContainers
-
-
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_service.CloudRunV2ServiceTemplateContainers
CloudRunV2ServiceTemplateContainers.Builder, CloudRunV2ServiceTemplateContainers.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2ServiceTemplateContainers.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateContainers.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.List<String>getDependsOn()Containers which should be started before this container.ObjectgetEnv()env block.StringgetImage()URL of the Container image in Google Container Registry or Google Artifact Registry.CloudRunV2ServiceTemplateContainersLivenessProbegetLivenessProbe()liveness_probe block.StringgetName()Name of the container specified as a DNS_LABEL.CloudRunV2ServiceTemplateContainersPortsgetPorts()ports block.CloudRunV2ServiceTemplateContainersResourcesgetResources()resources block.CloudRunV2ServiceTemplateContainersStartupProbegetStartupProbe()startup_probe 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(CloudRunV2ServiceTemplateContainers.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateContainers.Builder.
-
-
Method Detail
-
getImage
public final String getImage()
Description copied from interface:CloudRunV2ServiceTemplateContainersURL 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_service#image CloudRunV2Service#image}
- Specified by:
getImagein interfaceCloudRunV2ServiceTemplateContainers
-
getArgs
public final List<String> getArgs()
Description copied from interface:CloudRunV2ServiceTemplateContainersArguments 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_service#args CloudRunV2Service#args}
- Specified by:
getArgsin interfaceCloudRunV2ServiceTemplateContainers
-
getCommand
public final List<String> getCommand()
Description copied from interface:CloudRunV2ServiceTemplateContainersEntrypoint 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_service#command CloudRunV2Service#command}
- Specified by:
getCommandin interfaceCloudRunV2ServiceTemplateContainers
-
getDependsOn
public final List<String> getDependsOn()
Description copied from interface:CloudRunV2ServiceTemplateContainersContainers which should be started before this container.If specified the container will wait to start until all containers with the listed names are healthy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#depends_on CloudRunV2Service#depends_on}
- Specified by:
getDependsOnin interfaceCloudRunV2ServiceTemplateContainers
-
getEnv
public final Object getEnv()
Description copied from interface:CloudRunV2ServiceTemplateContainersenv block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#env CloudRunV2Service#env}
- Specified by:
getEnvin interfaceCloudRunV2ServiceTemplateContainers
-
getLivenessProbe
public final CloudRunV2ServiceTemplateContainersLivenessProbe getLivenessProbe()
Description copied from interface:CloudRunV2ServiceTemplateContainersliveness_probe block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#liveness_probe CloudRunV2Service#liveness_probe}
- Specified by:
getLivenessProbein interfaceCloudRunV2ServiceTemplateContainers
-
getName
public final String getName()
Description copied from interface:CloudRunV2ServiceTemplateContainersName 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_service#name CloudRunV2Service#name}
- Specified by:
getNamein interfaceCloudRunV2ServiceTemplateContainers
-
getPorts
public final CloudRunV2ServiceTemplateContainersPorts getPorts()
Description copied from interface:CloudRunV2ServiceTemplateContainersports block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#ports CloudRunV2Service#ports}
- Specified by:
getPortsin interfaceCloudRunV2ServiceTemplateContainers
-
getResources
public final CloudRunV2ServiceTemplateContainersResources getResources()
Description copied from interface:CloudRunV2ServiceTemplateContainersresources block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#resources CloudRunV2Service#resources}
- Specified by:
getResourcesin interfaceCloudRunV2ServiceTemplateContainers
-
getStartupProbe
public final CloudRunV2ServiceTemplateContainersStartupProbe getStartupProbe()
Description copied from interface:CloudRunV2ServiceTemplateContainersstartup_probe block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#startup_probe CloudRunV2Service#startup_probe}
- Specified by:
getStartupProbein interfaceCloudRunV2ServiceTemplateContainers
-
getVolumeMounts
public final Object getVolumeMounts()
Description copied from interface:CloudRunV2ServiceTemplateContainersvolume_mounts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#volume_mounts CloudRunV2Service#volume_mounts}
- Specified by:
getVolumeMountsin interfaceCloudRunV2ServiceTemplateContainers
-
getWorkingDir
public final String getWorkingDir()
Description copied from interface:CloudRunV2ServiceTemplateContainersContainer'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_service#working_dir CloudRunV2Service#working_dir}
- Specified by:
getWorkingDirin interfaceCloudRunV2ServiceTemplateContainers
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-