constants

package
v0.0.0-...-3fa228a Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AwsDescriptions = []Description{}/* 324 elements not displayed */

AwsDescriptions enumerates Amazon EC2 instance offerings

T2 instances are not supported for Spot requests: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-limits.html

View Source
var AzureDescriptions = []Description{}/* 290 elements not displayed */

AzureDescriptions enumerates Microsoft Azure instance offerings

View Source
var GoogleDescriptions = []Description{
	{Size: "n1-standard-1", CPU: 1, RAM: 3.75, Price: 0.050},
	{Size: "n1-standard-2", CPU: 2, RAM: 7.5, Price: 0.100},
	{Size: "n1-standard-4", CPU: 4, RAM: 15, Price: 0.200},
	{Size: "n1-standard-8", CPU: 8, RAM: 30, Price: 0.400},
	{Size: "n1-standard-16", CPU: 16, RAM: 60, Price: 0.800},
	{Size: "n1-standard-326", CPU: 32, RAM: 120, Price: 1.600},
	{Size: "f1-micro", CPU: 1, RAM: 0.60, Price: 0.008},
	{Size: "g1-small", CPU: 1, RAM: 1.70, Price: 0.027},
	{Size: "n1-highmem-2", CPU: 2, RAM: 13, Price: 0.126},
	{Size: "n1-highmem-4", CPU: 4, RAM: 26, Price: 0.252},
	{Size: "n1-highmem-8", CPU: 8, RAM: 52, Price: 0.504},
	{Size: "n1-highmem-16", CPU: 16, RAM: 104, Price: 1.008},
	{Size: "n1-highmem-326", CPU: 32, RAM: 208, Price: 2.016},
	{Size: "n1-highcpu-2", CPU: 2, RAM: 1.80, Price: 0.076},
	{Size: "n1-highcpu-4", CPU: 4, RAM: 3.60, Price: 0.152},
	{Size: "n1-highcpu-8", CPU: 8, RAM: 7.20, Price: 0.304},
	{Size: "n1-highcpu-16", CPU: 16, RAM: 14.40, Price: 0.608},
	{Size: "n1-highcpu-326", CPU: 32, RAM: 28.80, Price: 1.216},
	{Size: "n1-standard-1", CPU: 1, RAM: 3.75, Price: 0.055},
	{Size: "n1-standard-2", CPU: 2, RAM: 7.5, Price: 0.110},
	{Size: "n1-standard-4", CPU: 4, RAM: 15, Price: 0.220},
	{Size: "n1-standard-8", CPU: 8, RAM: 30, Price: 0.440},
	{Size: "n1-standard-16", CPU: 16, RAM: 60, Price: 0.880},
	{Size: "n1-standard-326", CPU: 32, RAM: 120, Price: 1.760},
	{Size: "f1-micro", CPU: 1, RAM: 0.60, Price: 0.009},
	{Size: "g1-small", CPU: 1, RAM: 1.70, Price: 0.030},
	{Size: "n1-highmem-2", CPU: 2, RAM: 13, Price: 0.139},
	{Size: "n1-highmem-4", CPU: 4, RAM: 26, Price: 0.278},
	{Size: "n1-highmem-8", CPU: 8, RAM: 52, Price: 0.556},
	{Size: "n1-highmem-16", CPU: 16, RAM: 104, Price: 1.112},
	{Size: "n1-highmem-326", CPU: 32, RAM: 208, Price: 2.224},
	{Size: "n1-highcpu-2", CPU: 2, RAM: 1.80, Price: 0.084},
	{Size: "n1-highcpu-4", CPU: 4, RAM: 3.60, Price: 0.168},
	{Size: "n1-highcpu-8", CPU: 8, RAM: 7.20, Price: 0.336},
	{Size: "n1-highcpu-16", CPU: 16, RAM: 14.40, Price: 0.672},
	{Size: "n1-highcpu-326", CPU: 32, RAM: 28.80, Price: 1.344},
}

GoogleDescriptions enumerates Google Compute Engine instance offerings

Functions

This section is empty.

Types

type Description

type Description struct {
	Size   string
	Price  float64
	RAM    float64
	CPU    int
	Disk   string
	Region string
}

Description describes a VM type offered by a cloud provider.

Jump to

Keyboard shortcuts

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