0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00
terraform-provider-proxmox/proxmox/nodes/vms
Pavel Boldyrev 580381f892
chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368)
Split all `Custom*` structs and marshaling code into separate files from `vms_types.go`

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-09 04:11:16 +00:00
..
firewall feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
client.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
custom_agent.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_audio_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_boot.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_cloud_init.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_cpu_emulation.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_efi_disk.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_network_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_numa_device_test.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_numa_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_pci_device_test.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_pci_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_serial_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_shared_memory.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_smbios.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_spice_enhancements.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_startup_order.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_storage_device_test.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_storage_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_tpm_state.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_usb_device_test.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_usb_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_vga_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_virtualio_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
custom_watchdog_device.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
vms_types.go chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368) 2024-06-09 04:11:16 +00:00
vms.go fix(vm): ignore 599 task status response when waiting for VM start (#1365) 2024-06-07 01:50:18 +00:00