FCVolume Source Patch Args
data class FCVolumeSourcePatchArgs(val fsType: Output<String>? = null, val lun: Output<Int>? = null, val readOnly: Output<Boolean>? = null, val targetWWNs: Output<List<String>>? = null, val wwids: Output<List<String>>? = null) : ConvertibleToJava<FCVolumeSourcePatchArgs>
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.