Skip to content

Commit a97ba4e

Browse files
authored
chore(edge_services): add unit to cache usage doc (#746)
1 parent 5248d38 commit a97ba4e

File tree

2 files changed

+4
-4
lines changed
  • scaleway/scaleway/edge_services/v1alpha1
  • scaleway-async/scaleway_async/edge_services/v1alpha1

2 files changed

+4
-4
lines changed

scaleway-async/scaleway_async/edge_services/v1alpha1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,12 +765,12 @@ class GetBillingResponse:
765765

766766
current_plan_cache_usage: int
767767
"""
768-
Total amount of data egressed from the cache (this month), included in the active subscription plan.
768+
Total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan.
769769
"""
770770

771771
extra_cache_usage: int
772772
"""
773-
Total amount of data egressed from cache (this month), not included in the active subscription plan.
773+
Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the active subscription plan.
774774
"""
775775

776776
current_plan: Optional[PlanDetails]

scaleway/scaleway/edge_services/v1alpha1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,12 +765,12 @@ class GetBillingResponse:
765765

766766
current_plan_cache_usage: int
767767
"""
768-
Total amount of data egressed from the cache (this month), included in the active subscription plan.
768+
Total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan.
769769
"""
770770

771771
extra_cache_usage: int
772772
"""
773-
Total amount of data egressed from cache (this month), not included in the active subscription plan.
773+
Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the active subscription plan.
774774
"""
775775

776776
current_plan: Optional[PlanDetails]

0 commit comments

Comments
 (0)