使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
配额和限制
Cloud Deployment Manager 不收取使用费,但您使用 Deployment Manager 部署的资源可能会产生费用。例如,Compute Engine 按照 Compute Engine 价格表收取资源费用。
如需了解详情,请参阅各个产品对应的价格表。
配额
Deployment Manager
Deployment Manager 具有以下 API 限制和配额:
- 读取请求数量不限,包括通过
gcloud
或 Google Cloud 控制台发出的所有请求。get
和 list
等请求会被视为读取请求。
- 删除请求数量不限,此类请求用来删除部署。
- 每天 1000 个 API 写入请求,包括通过
gcloud
发出的请求。这包括用于更改或创建部署和资源的请求,例如 insert
和 update
。
- 每秒 20 个 API 请求。
- 每个项目 1000 个活跃部署。如果要创建更多的部署,则必须先删除一些部署。
- 用户提供的配置大小上限为 1 MB,包括 YAML 配置和所有导入数据。
- 展开后的配置大小上限为 1 MB。您的配置在完全扩展后不得超过此上限。
- 每次操作总共 10000 个资源。当您对部署进行更改时,新配置中的资源总数加上您要删除的先前配置中的资源数不能超过此限制。
- 每个项目 256 个类型的提供方。
- 每个项目 256 个复合类型。
此外,您还受所用的任何其他 Google Cloud服务的配额约束。例如,Deployment Manager 部署的 Compute Engine 虚拟机数量不能超过您的项目的可用配额。如需了解详情,请参阅具体的 Google Cloud Platform 服务的配额信息。
Cloud Runtime Configuration API
Cloud Runtime Configuration API 具有以下 API 限制和配额:
- 对于
delete
、create
和 update
请求,1200 次查询/分钟 (QPM)。
- 对于
watch
请求,600 次查询/分钟。
- 对于
get
和 list
请求,6000 次查询/分钟。
- 每个项目 4 MB 数据,其中包含写入 Cloud Runtime Configuration API 服务的所有数据以及附带的元数据。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-24。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-24。"],[[["Deployment Manager itself is free to use, but charges may apply for the resources you deploy, such as Compute Engine resources."],["There are unlimited read and delete requests available for Deployment Manager, but write requests are capped at 1,000 per day."],["Deployment Manager allows for 1,000 active deployments per project, and there are size limits of 1MB for both user-provided and expanded configurations."],["The Cloud Runtime Configuration API has request limits, including 1200 Queries Per Minute (QPM) for `delete`, `create`, and `update` requests, as well as a 4MB data limit per project."],["Deployment manager has an enforced limit of 10000 total resources per operation, 256 type providers per project, and 256 composite types per project."]]],[]]