mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 03:22:59 +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"`
|
Lock *string `json:"lock,omitempty"`
|
||||||
MemoryAllocation *int `json:"maxmem,omitempty"`
|
MemoryAllocation *int `json:"maxmem,omitempty"`
|
||||||
Name *string `json:"name,omitempty"`
|
Name *string `json:"name,omitempty"`
|
||||||
PID *string `json:"pid,omitempty"`
|
PID *float64 `json:"pid,omitempty"`
|
||||||
QMPStatus *string `json:"qmpstatus,omitempty"`
|
QMPStatus *string `json:"qmpstatus,omitempty"`
|
||||||
RootDiskSize *int `json:"maxdisk,omitempty"`
|
RootDiskSize *int `json:"maxdisk,omitempty"`
|
||||||
SpiceSupport *CustomBool `json:"spice,omitempty"`
|
SpiceSupport *CustomBool `json:"spice,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user