Skip to content

Commit

Permalink
docs(edge_services): update description for billing endpoint (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Dec 24, 2024
1 parent 6859ae8 commit ff19198
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions scaleway-async/scaleway_async/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 in gigabytes from the beginning of the month, included in the active subscription plan.
Total amount of data egressed from the cache in gigabytes from the beginning of the month, for the active subscription plan.
"""

extra_cache_usage: int
"""
Total amount of extra data egressed from cache in gigabytes from the beginning of the 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 subscription plans.
"""

current_plan: Optional[PlanDetails]
Expand All @@ -785,12 +785,12 @@ class GetBillingResponse:

extra_pipelines_cost: Optional[Money]
"""
Cost to date (this month) of pipelines not included in the subscription plan.
Cost to date (this month) of pipelines not included in the subscription plans.
"""

extra_cache_cost: Optional[Money]
"""
Cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan.
Cost to date (this month) of the data egressed from the cache that is not included in the subscription plans.
"""

total_cost: Optional[Money]
Expand Down
8 changes: 4 additions & 4 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 in gigabytes from the beginning of the month, included in the active subscription plan.
Total amount of data egressed from the cache in gigabytes from the beginning of the month, for the active subscription plan.
"""

extra_cache_usage: int
"""
Total amount of extra data egressed from cache in gigabytes from the beginning of the 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 subscription plans.
"""

current_plan: Optional[PlanDetails]
Expand All @@ -785,12 +785,12 @@ class GetBillingResponse:

extra_pipelines_cost: Optional[Money]
"""
Cost to date (this month) of pipelines not included in the subscription plan.
Cost to date (this month) of pipelines not included in the subscription plans.
"""

extra_cache_cost: Optional[Money]
"""
Cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan.
Cost to date (this month) of the data egressed from the cache that is not included in the subscription plans.
"""

total_cost: Optional[Money]
Expand Down

0 comments on commit ff19198

Please sign in to comment.