| billing.generation.interval |
The interval that a bill is generated. Default:
1. Unit: day. Valid values: 1 to positive infinity. |
1 day |
[1,+∞) |
| billing.generation.hour.point |
The time point that a bill is generated. Default:
0. Valid values: 0 to 23, integer. |
0 |
[0,23] |
| billing.generation.resource.sliceSize |
The maximum number of resources for which bills
can be simultaneously generated. Default: 400. |
400 |
[0,+∞) |
| Billing Currency Symbol |
The currency symbol used for billing. Valid
values: ¥, $ , €, £, A$, HK$, ¥, CHF, C$, and Rp. |
¥ |
- ¥
- $
- €
- £
- A$
- HK$
- ¥
- CHF
- C$
- Rp
|
| billing.persistUsageSyncLevel |
The maximum number of resource configuration
records that can be concurrently preserved. Default: 20. Valid
values: -1 to 100, integer. You can set a smaller value to prevent
running excessive threads. A value that ranges from 1 to 100
indicates that the system preserves resource configuration records
based on the specified concurrency. The value -1 indicates that
preservation concurrency is not limited. The value 0 indicates that
concurrent preservation is not supported. |
20 |
[-1,100] |
| billing.maxQueryUsageNum |
The maximum number of resource configuration
records that you can query at a time. Default: 1000000. A smaller
value produces a shorter time consumed for queries. You can set a
smaller value to prevent out of memory errors. |
1000000 |
(0,+∞) |
| billing.enable |
Specifies whether to enable the billing feature.
Default: true. If set to false, resources are not billed. |
true |
|