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
// CurrentPlanCacheUsage: total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan.
1231
+
// CurrentPlanCacheUsage: total amount of data egressed from the cache in gigabytes from the beginning of the month, for the active subscription plan.
// ExtraCacheUsage: total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the active subscription plan.
1234
+
// ExtraCacheUsage: total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the subscription plans.
1235
1235
ExtraCacheUsageuint64`json:"extra_cache_usage"`
1236
1236
1237
-
// ExtraCacheCost: cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan.
1237
+
// ExtraCacheCost: cost to date (this month) of the data egressed from the cache that is not included in the subscription plans.
1238
1238
ExtraCacheCost*scw.Money`json:"extra_cache_cost"`
1239
1239
1240
1240
// 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.
0 commit comments