mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
Fixes bug with id type
This commit is contained in:
parent
f3d5b410a1
commit
2cbaa057eb
@ -478,7 +478,7 @@ type VirtualEnvironmentVMGetStatusResponseData struct {
|
||||
Lock *string `json:"lock,omitempty"`
|
||||
MemoryAllocation *int `json:"maxmem,omitempty"`
|
||||
Name *string `json:"name,omitempty"`
|
||||
PID *string `json:"pid,omitempty"`
|
||||
PID *float64 `json:"pid,omitempty"`
|
||||
QMPStatus *string `json:"qmpstatus,omitempty"`
|
||||
RootDiskSize *int `json:"maxdisk,omitempty"`
|
||||
SpiceSupport *CustomBool `json:"spice,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user