gcp

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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

type SqlTier

type SqlTier struct {
	Name        string `json:"name"`
	Vcpus       int64  `json:"vcpus"`
	MemoryMb    int64  `json:"memoryMb"`
	DiskQuotaGB int64  `json:"DiskQuotaGB"`
}

func GetGCPSQLTier

func GetGCPSQLTier(tierName string) SqlTier

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL