Class FCVolumeSourcePatch


  • public final class FCVolumeSourcePatch
    extends java.lang.Object
    • Method Detail

      • fsType

        public java.util.Optional<java.lang.String> fsType()
        Returns:
        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.
      • lun

        public java.util.Optional<java.lang.Integer> lun()
        Returns:
        lun is Optional: FC target lun number
      • readOnly

        public java.util.Optional<java.lang.Boolean> readOnly()
        Returns:
        readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
      • targetWWNs

        public java.util.List<java.lang.String> targetWWNs()
        Returns:
        targetWWNs is Optional: FC target worldwide names (WWNs)
      • wwids

        public java.util.List<java.lang.String> wwids()
        Returns:
        wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.