Class CloudRunV2ServiceTemplateContainersVolumeMounts.Jsii$Proxy

    • Method Detail

      • getMountPath

        public final String getMountPath()
        Description copied from interface: CloudRunV2ServiceTemplateContainersVolumeMounts
        Path 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:
        getMountPath in interface CloudRunV2ServiceTemplateContainersVolumeMounts
      • $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