Class QuobyteVolumeSource.Jsii$Proxy

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(QuobyteVolumeSource.Builder builder)
      Constructor that initializes the object based on literal property values passed by the QuobyteVolumeSource.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      String getGroup()
      group to map volume access to Default is no group.
      Boolean getReadOnly()
      readOnly here will force the Quobyte volume to be mounted with read-only permissions.
      String getRegistry()
      registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes.
      String getTenant()
      tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin.
      String getUser()
      user to map volume access to Defaults to serivceaccount user.
      String getVolume()
      volume is a string that references an already created Quobyte volume by name.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • 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

      • getRegistry

        public final String getRegistry()
        Description copied from interface: QuobyteVolumeSource
        registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes.
        Specified by:
        getRegistry in interface QuobyteVolumeSource
      • getReadOnly

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

        Defaults to false.

        Default: false.

        Specified by:
        getReadOnly in interface QuobyteVolumeSource
      • getTenant

        public final String getTenant()
        Description copied from interface: QuobyteVolumeSource
        tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin.
        Specified by:
        getTenant in interface QuobyteVolumeSource
      • $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