#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.
#
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). Do not edit the class manually.
'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.',
class=>'V1FCVolumeSource',
required=>[],# TODO
}
);
__PACKAGE__->method_documentation(
{
'fs_type'=>{
datatype=>'string',
base_name=>'fsType',
description=>
'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.',
format=>'',
read_only=>'',
},
'lun'=>{
datatype=>'int',
base_name=>'lun',
description=>'Optional: FC target lun number',
format=>'',
read_only=>'',
},
'read_only'=>{
datatype=>'boolean',
base_name=>'readOnly',
description=>
'Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.',
format=>'',
read_only=>'',
},
'target_ww_ns'=>{
datatype=>'ARRAY[string]',
base_name=>'targetWWNs',
description=>'Optional: FC target worldwide names (WWNs)',
format=>'',
read_only=>'',
},
'wwids'=>{
datatype=>'ARRAY[string]',
base_name=>'wwids',
description=>
'Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.',