Class ScaleIoVolumeSource.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

      • getFsType

        public final String getFsType()
        Description copied from interface: ScaleIoVolumeSource
        fsType is the filesystem type to mount.

        Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs".

        Default: xfs".

        Specified by:
        getFsType in interface ScaleIoVolumeSource
      • getReadOnly

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

        ReadOnly here will force the ReadOnly setting in VolumeMounts.

        Default: false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

        Specified by:
        getReadOnly in interface ScaleIoVolumeSource
      • getStorageMode

        public final String getStorageMode()
        Description copied from interface: ScaleIoVolumeSource
        storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.

        Default is ThinProvisioned.

        Default: ThinProvisioned.

        Specified by:
        getStorageMode in interface ScaleIoVolumeSource
      • getVolumeName

        public final String getVolumeName()
        Description copied from interface: ScaleIoVolumeSource
        volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.
        Specified by:
        getVolumeName in interface ScaleIoVolumeSource
      • $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