使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
配额和限制
Cloud Deployment Manager 不收取使用费,但您使用 Deployment Manager 部署的资源可能会产生费用。例如,Compute Engine 按照 Compute Engine 价格表收取资源费用。
如需了解详情,请参阅各个产品对应的价格表。
配额
Deployment Manager
Deployment Manager 具有以下 API 限制和配额:
- 读取请求数量不限,包括通过
gcloud
或 Google Cloud console发出的所有请求。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-09-03。
[[["易于理解","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-09-03。"],[[["\u003cp\u003eDeployment Manager itself is free to use, but charges may apply for the resources you deploy, such as Compute Engine resources.\u003c/p\u003e\n"],["\u003cp\u003eThere are unlimited read and delete requests available for Deployment Manager, but write requests are capped at 1,000 per day.\u003c/p\u003e\n"],["\u003cp\u003eDeployment Manager allows for 1,000 active deployments per project, and there are size limits of 1MB for both user-provided and expanded configurations.\u003c/p\u003e\n"],["\u003cp\u003eThe Cloud Runtime Configuration API has request limits, including 1200 Queries Per Minute (QPM) for \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003ecreate\u003c/code\u003e, and \u003ccode\u003eupdate\u003c/code\u003e requests, as well as a 4MB data limit per project.\u003c/p\u003e\n"],["\u003cp\u003eDeployment manager has an enforced limit of 10000 total resources per operation, 256 type providers per project, and 256 composite types per project.\u003c/p\u003e\n"]]],[],null,["Quotas and Limits\n\n\nCloud Deployment Manager does not charge for use, but any resources you\ndeploy using Deployment Manager may incur charges. For example,\nCompute Engine charges for resources per the\n[Compute Engine price sheet](/compute/pricing). For more information,\nsee the price sheets for the respective products.\n\nQuotas\n------\n\n### Deployment Manager\n\nDeployment Manager enforces the following API limits and quotas:\n\n- **Unlimited read requests** , which include any requests made through `gcloud` or [Google Cloud console](https://console.cloud.google.com/). Requests such as `get` and `list` would be considered read requests.\n- **Unlimited delete requests** to delete deployments.\n- **1,000 API write requests per day** , including requests made through `gcloud`. This includes requests to change or create deployments and resources, such as `insert` and `update`.\n- **20 API requests per second**.\n- **1,000 active deployments per project** . If you want to create additional deployments, you must first [delete some deployments](/deployment-manager/docs/deployments/deleting-deployments).\n- **1 MB limit on user-provided configurations**, including the YAML configuration and any imports.\n- **1 MB limit on expanded configurations**. When fully-expanded, your configuration cannot exceed this size.\n- **10000 total resources per operation**. When you make a change to a deployment, the total number of resources in the new configuration plus the number of resources from the previous configuration that you are deleting can't exceed this limit.\n- **256 type providers per project**.\n- **256 composite types per project**.\n\nIn addition, you are subject to quotas enforced by any other Google Cloud\nservices you use. For example, Deployment Manager can't deploy\nmore Compute Engine virtual machines than the available quota for your\nproject. For more information, refer to the quota information for the specific\nGoogle Cloud Platform services.\n\n### Cloud Runtime Configuration API\n\nCloud Runtime Configuration API enforces the following API limits and quotas:\n\n- **1200 Queries Per Minute (QPM)** for `delete`, `create`, and `update` requests.\n- **600 QPM** for `watch` requests.\n- **6000 QPM** for `get` and `list` requests.\n- **4MB of data per project**, which consists of all data written to the Cloud Runtime Configuration API service and accompanying metadata."]]