Skip to content

chore(edge_services): add unit to cache usage doc #746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -765,12 +765,12 @@ class GetBillingResponse:

current_plan_cache_usage: int
"""
Total amount of data egressed from the cache (this month), included in the active subscription plan.
Total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan.
"""

extra_cache_usage: int
"""
Total amount of data egressed from cache (this month), not included in the active subscription plan.
Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the active subscription plan.
"""

current_plan: Optional[PlanDetails]
Expand Down
4 changes: 2 additions & 2 deletions scaleway/scaleway/edge_services/v1alpha1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,12 +765,12 @@ class GetBillingResponse:

current_plan_cache_usage: int
"""
Total amount of data egressed from the cache (this month), included in the active subscription plan.
Total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan.
"""

extra_cache_usage: int
"""
Total amount of data egressed from cache (this month), not included in the active subscription plan.
Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the active subscription plan.
"""

current_plan: Optional[PlanDetails]
Expand Down