Sha256: 8eeb8ea571a6a1c8e948ea16c5243599af2d4d80037d22d23f82fec2ad6c36f4

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

# Zilla::IoK8sApiCoreV1FCVolumeSource

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **fs_type** | **String** | 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. | [optional] |
| **lun** | **Integer** | lun is Optional: FC target lun number | [optional] |
| **read_only** | **Boolean** | readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. | [optional] |
| **target_wwns** | **Array<String>** | targetWWNs is Optional: FC target worldwide names (WWNs) | [optional] |
| **wwids** | **Array<String>** | wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1FCVolumeSource.new(
  fs_type: null,
  lun: null,
  read_only: null,
  target_wwns: null,
  wwids: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1FCVolumeSource.md