You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ExtraCacheUsage: total amount of data egressed from cache not included in the plans.
1177
+
// ExtraCacheUsage: total amount of data egressed from cache (this month), not included in the active subscription plan.
1178
1178
ExtraCacheUsageuint64`json:"extra_cache_usage"`
1179
1179
1180
-
// ExtraCacheCost: cost to date of the data egressed from cache not included in the plans.
1180
+
// ExtraCacheCost: cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan.
1181
1181
ExtraCacheCost*scw.Money`json:"extra_cache_cost"`
1182
1182
1183
-
// TotalCost: total cost to date of edge-service product for the month including current plan, previous plans, extra pipelines and extra egress cache data.
1183
+
// TotalCost: total cost to date (this month) of all Edge Services resources including active subscription plan, previously active plans, extra pipelines and extra egress cache data.
// GetBilling: Gives information on current edge-services subscription planand used resources with associated price.
2568
+
// GetBilling: Gives information on the currently selected Edge Services subscription plan, resource usage and associated billing information for this calendar month (including whether consumption falls within or exceeds the currently selected subscription plan.).
0 commit comments