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

Struct MetadataResponse

internal/api/models.go:134–141  ·  view source on GitHub ↗

MetadataResponse is the response from GET /pricing/metadata.

Source from the content-addressed store, hash-verified

132
133// MetadataResponse is the response from GET /pricing/metadata.
134type MetadataResponse struct {
135 ProductRegions map[string][]string `json:"product_regions"`
136 ProductAttrs map[string][]string `json:"product_attrs"`
137 AttributeValues map[string]map[string][]string `json:"attribute_values"`
138 ProductGroups map[string]uint64 `json:"product_groups"`
139 PulumiResources map[string]PulumiResourceDef `json:"pulumi_resources"`
140 FreeTypes []string `json:"free_types"`
141}
142
143// PulumiResourceDef describes how to decode a Pulumi resource type for pricing.
144type PulumiResourceDef struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected