Class GlusterfsVolumeSource.Jsii$Proxy

    • 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

      • getEndpoints

        public final String getEndpoints()
        Description copied from interface: GlusterfsVolumeSource
        endpoints is the endpoint name that details Glusterfs topology.

        More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

        Specified by:
        getEndpoints in interface GlusterfsVolumeSource
      • getReadOnly

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

        Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

        Default: false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

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