aws

package
v0.3.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstanceStorage

type InstanceStorage struct {
	SizePerDiskGB int64 `json:"SizePerDiskGB"`
	Count         int32 `json:"Count"`
	Type          string
}

type InstanceType

type InstanceType struct {
	InstanceType    string          `json:"InstanceType"`
	VCPU            int32           `json:"VCPU"`
	MemoryMb        int32           `json:"MemoryMb"`
	InstanceStorage InstanceStorage `json:"InstanceStorage"`
}

func GetAWSInstanceType

func GetAWSInstanceType(instanceTypeStr string) InstanceType

Jump to

Keyboard shortcuts

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