Interface CloudRunV2ServiceTemplateVolumesNfs

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    CloudRunV2ServiceTemplateVolumesNfs.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.015Z")
    @Stability(Stable)
    public interface CloudRunV2ServiceTemplateVolumesNfs
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getPath

        @Stability(Stable)
        @NotNull
        String getPath()
        Path that is exported by the NFS server.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#path CloudRunV2Service#path}

      • getServer

        @Stability(Stable)
        @NotNull
        String getServer()
        Hostname or IP address of the NFS server.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#server CloudRunV2Service#server}

      • getReadOnly

        @Stability(Stable)
        @Nullable
        default Object getReadOnly()
        If true, mount the NFS volume as read only.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#read_only CloudRunV2Service#read_only}