We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366624e commit d885888Copy full SHA for d885888
1 file changed
machine_types.go
@@ -458,6 +458,7 @@ type MachineGuest struct {
458
CPUKind string `toml:"cpu_kind,omitempty" json:"cpu_kind,omitempty"`
459
CPUs int `toml:"cpus,omitempty" json:"cpus,omitempty"`
460
MemoryMB int `toml:"memory_mb,omitempty" json:"memory_mb,omitempty"`
461
+ MaxMemoryMB int `toml:"max_memory_mb,omitempty" json:"max_memory_mb,omitempty"`
462
GPUs int `toml:"gpus,omitempty" json:"gpus,omitempty"`
463
GPUKind string `toml:"gpu_kind,omitempty" json:"gpu_kind,omitempty"`
464
HostDedicationID string `toml:"host_dedication_id,omitempty" json:"host_dedication_id,omitempty"`
0 commit comments