instance_types

package
v1.44.4-tcs.2 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotFound = errors.New("Instance Type not found")
)

Functions

This section is empty.

Types

type InstanceType

type InstanceType struct {
	InstanceType string
	VCPU         int
	MemoryMb     int
	GPU          int
	Architecture string
}

InstanceType is spec of EC2 instance

func GetInstanceType

func GetInstanceType(instanceClass, instanceTypeName string) (*InstanceType, error)

GetInstanceType search for instance type by specified instance class (provider)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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