Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CPUWatt ¶
type MachineType ¶
type MachineType struct { Name string `json:"name"` Vcpus int32 `json:"vcpus"` GPUTypes []string `json:"gpus"` MemoryMb int32 `json:"memoryMb"` CpuTypes []string `json:"cpuTypes"` }
func GetGCPMachineType ¶
func GetGCPMachineType(machineTypeStr string, zone string) MachineType
Click to show internal directories.
Click to hide internal directories.