FCVolume Source Patch
data class FCVolumeSourcePatch(val fsType: String? = null, val lun: Int? = null, val readOnly: Boolean? = null, val targetWWNs: List<String>? = null, val wwids: List<String>? = null)
Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.