Class CephFsVolumeSource.Jsii$Proxy

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(CephFsVolumeSource.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CephFsVolumeSource.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)  
      List<String> getMonitors()
      monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
      String getPath()
      path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /.
      Boolean getReadOnly()
      readOnly is Optional: Defaults to false (read/write).
      String getSecretFile()
      secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
      LocalObjectReference getSecretRef()
      secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty.
      String getUser()
      user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
      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

      • getMonitors

        public final List<String> getMonitors()
        Description copied from interface: CephFsVolumeSource
        monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
        Specified by:
        getMonitors in interface CephFsVolumeSource
      • getReadOnly

        public final Boolean getReadOnly()
        Description copied from interface: CephFsVolumeSource
        readOnly is Optional: Defaults to false (read/write).

        ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

        Default: false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

        Specified by:
        getReadOnly in interface CephFsVolumeSource
      • getSecretFile

        public final String getSecretFile()
        Description copied from interface: CephFsVolumeSource
        secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
        Specified by:
        getSecretFile in interface CephFsVolumeSource
      • getSecretRef

        public final LocalObjectReference getSecretRef()
        Description copied from interface: CephFsVolumeSource
        secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty.

        More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

        Specified by:
        getSecretRef in interface CephFsVolumeSource
      • getUser

        public final String getUser()
        Description copied from interface: CephFsVolumeSource
        user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
        Specified by:
        getUser in interface CephFsVolumeSource
      • $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