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 InstallLocation ¶
type InstallLocation string
const ( Local InstallLocation = "local" Remote InstallLocation = "remote" )
type LoadGeneratorType ¶
type LoadGeneratorType string
const (
Jmeter LoadGeneratorType = "jmeter"
)
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 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" )
Click to show internal directories.
Click to hide internal directories.