Class CloudRunV2ServiceTemplateContainersVolumeMounts.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateContainersVolumeMounts.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2ServiceTemplateContainersVolumeMounts,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2ServiceTemplateContainersVolumeMounts
@Stability(Stable) @Internal public static final class CloudRunV2ServiceTemplateContainersVolumeMounts.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2ServiceTemplateContainersVolumeMounts
An implementation forCloudRunV2ServiceTemplateContainersVolumeMounts
-
-
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.CloudRunV2ServiceTemplateContainersVolumeMounts
CloudRunV2ServiceTemplateContainersVolumeMounts.Builder, CloudRunV2ServiceTemplateContainersVolumeMounts.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2ServiceTemplateContainersVolumeMounts.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateContainersVolumeMounts.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)StringgetMountPath()Path within the container at which the volume should be mounted.StringgetName()This must match the Name of a Volume.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(CloudRunV2ServiceTemplateContainersVolumeMounts.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateContainersVolumeMounts.Builder.
-
-
Method Detail
-
getMountPath
public final String getMountPath()
Description copied from interface:CloudRunV2ServiceTemplateContainersVolumeMountsPath within the container at which the volume should be mounted.Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be /cloudsql. All instances defined in the Volume will be available as /cloudsql/[instance]. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#mount_path CloudRunV2Service#mount_path}
- Specified by:
getMountPathin interfaceCloudRunV2ServiceTemplateContainersVolumeMounts
-
getName
public final String getName()
Description copied from interface:CloudRunV2ServiceTemplateContainersVolumeMountsThis must match the Name of a Volume.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 interfaceCloudRunV2ServiceTemplateContainersVolumeMounts
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-