constant

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AwsService added in v0.2.2

type AwsService string
const (
	// arn:aws:ec2:<regionId>:<ownerId>:network-interface/eni-xxxxxx, arn:aws:ec2:<regionId>:<ownerId>:elastic-ip/eipalloc-xxxxx
	AwsVpc          AwsService = "Amazon Virtual Private Cloud"
	AwsEC2          AwsService = "Amazon Elastic Compute Cloud - Compute" // i-xxxxx
	AwsEC2Other     AwsService = "EC2 - Other"                            // i-xxxxxx, vol-xxxxxx
	AwsCostExplorer AwsService = "AWS Cost Explorer"                      // NoResourceId
	AwsTax          AwsService = "Tax"                                    // NoResourceId

)

type CostAggregationType added in v0.2.2

type CostAggregationType string
const (
	Daily   CostAggregationType = "daily"
	Weekly  CostAggregationType = "weekly"
	Monthly CostAggregationType = "monthly"
)

type ExecutionStatus

type ExecutionStatus string
const (
	OnProcessing ExecutionStatus = "on_processing"
	OnFetching   ExecutionStatus = "on_fetching"
	Successed    ExecutionStatus = "successed"
	TestFailed   ExecutionStatus = "test_failed"
)

type IconCode added in v0.2.6

type IconCode string
const (
	Ok      IconCode = "IC0001"
	Fail    IconCode = "IC0002"
	Pending IconCode = "IC0003"
)

type InstallLocation

type InstallLocation string
const (
	Local  InstallLocation = "local"
	Remote InstallLocation = "remote"
)

type LoadGeneratorType

type LoadGeneratorType string
const (
	Jmeter LoadGeneratorType = "jmeter"
)

type MemoryUnit added in v0.2.2

type MemoryUnit string
const (
	GIB MemoryUnit = "GiB"
)

type OrderType added in v0.2.2

type OrderType string
const (
	Asc  OrderType = "asc"
	Desc OrderType = "desc"
)

type PriceCurrency added in v0.2.2

type PriceCurrency string
const (
	USD PriceCurrency = "USD"
	KRW PriceCurrency = "KRW"
)

type PricePolicy added in v0.2.2

type PricePolicy string
const (
	OnDemand PricePolicy = "OnDemand"
)

type PriceUnit added in v0.2.2

type PriceUnit string
const (
	PerHour PriceUnit = "PerHour"
	PerYear PriceUnit = "PerYear"
)

type ResourceType added in v0.2.2

type ResourceType string
const (
	VM       ResourceType = "VM"
	VNet     ResourceType = "VNet"
	DataDisk ResourceType = "DataDisk"
	Etc      ResourceType = "Etc"
)

type ResultFormat

type ResultFormat string
const (
	Normal    ResultFormat = "normal"
	Aggregate ResultFormat = "aggregate"
)

Jump to

Keyboard shortcuts

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