Class FCVolumeSource

    • Constructor Detail

      • FCVolumeSource

        public FCVolumeSource()
        No args constructor for use in serialization
    • Method Detail

      • getFsType

        public String getFsType()
        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.
      • setFsType

        public void setFsType​(String fsType)
        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.
      • getLun

        public Integer getLun()
        lun is Optional: FC target lun number
      • setLun

        public void setLun​(Integer lun)
        lun is Optional: FC target lun number
      • getReadOnly

        public Boolean getReadOnly()
        readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
        readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
      • getTargetWWNs

        public List<String> getTargetWWNs()
        targetWWNs is Optional: FC target worldwide names (WWNs)
      • setTargetWWNs

        public void setTargetWWNs​(List<String> targetWWNs)
        targetWWNs is Optional: FC target worldwide names (WWNs)
      • getWwids

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

        public void setWwids​(List<String> wwids)
        wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)