Class FcVolumeSource.Jsii$Proxy

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

    @Stability(Stable)
    @Internal
    public static final class FcVolumeSource.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements FcVolumeSource
    An implementation for FcVolumeSource
    • 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: FcVolumeSource
        fsType is the filesystem type to mount.

        Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

        Specified by:
        getFsType in interface FcVolumeSource
      • getReadOnly

        public final Boolean getReadOnly()
        Description copied from interface: FcVolumeSource
        readOnly is Optional: 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 FcVolumeSource
      • getWwids

        public final List<String> getWwids()
        Description copied from interface: FcVolumeSource
        wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
        Specified by:
        getWwids in interface FcVolumeSource
      • $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