MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / RateTier

Struct RateTier

internal/pulumi/resources/model.go:49–53  ·  view source on GitHub ↗

RateTier is a single tier within volume-based pricing.

Source from the content-addressed store, hash-verified

47
48// RateTier is a single tier within volume-based pricing.
49type RateTier struct {
50 Price string // e.g. "0.0000035000"
51 StartRange string // e.g. "0"
52 EndRange string // e.g. "333000000", "Inf"
53}
54
55type EstimateResult struct {
56 ResourceName string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected