| Name | Type | Description | Notes |
|---|---|---|---|
| disk | Array<V1VirtualMachineInstanceFileSystemDisk> | [optional] | |
| disk_name | String | [default to ''] | |
| file_system_type | String | [default to ''] | |
| mount_point | String | [default to ''] | |
| total_bytes | Integer | [default to 0] | |
| used_bytes | Integer | [default to 0] |
require 'kubevirt'
instance = Kubevirt::V1VirtualMachineInstanceFileSystem.new(
disk: null,
disk_name: null,
file_system_type: null,
mount_point: null,
total_bytes: null,
used_bytes: null
)