Class NfsVolumeSource.Jsii$Proxy

  • All Implemented Interfaces:
    NfsVolumeSource, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    NfsVolumeSource

    @Stability(Stable)
    @Internal
    public static final class NfsVolumeSource.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements NfsVolumeSource
    An implementation for NfsVolumeSource
    • 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.
    • Method Detail

      • getPath

        public final String getPath()
        Description copied from interface: NfsVolumeSource
        path that is exported by the NFS server.

        More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

        Specified by:
        getPath in interface NfsVolumeSource
      • getServer

        public final String getServer()
        Description copied from interface: NfsVolumeSource
        server is the hostname or IP address of the NFS server.

        More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

        Specified by:
        getServer in interface NfsVolumeSource
      • getReadOnly

        public final Boolean getReadOnly()
        Description copied from interface: NfsVolumeSource
        readOnly here will force the NFS export to be mounted with read-only permissions.

        Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

        Default: false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

        Specified by:
        getReadOnly in interface NfsVolumeSource
      • $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