Interface NfsVolumeOptions

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

    @Generated(value="jsii-pacmak/1.88.0 (build eaabd08)",
               date="2023-09-11T06:17:58.372Z")
    @Stability(Stable)
    public interface NfsVolumeOptions
    extends software.amazon.jsii.JsiiSerializable
    Options for the NFS based volume.
    • Method Detail

      • getPath

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

        @Stability(Stable)
        @NotNull
        String getServer()
        Server is the hostname or IP address of the NFS server.
      • getReadOnly

        @Stability(Stable)
        @Nullable
        default Boolean getReadOnly()
        If set to true, will force the NFS export to be mounted with read-only permissions.

        Default: - false