Method: deploymentResourcePools.create

Full name: projects.locations.deploymentResourcePools.create

Create a DeploymentResourcePool.

Endpoint

post https://{service-endpoint}/v1/{parent}/deploymentResourcePools

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

parent string

Required. The parent location resource where this DeploymentResourcePool will be created. Format: projects/{project}/locations/{location}

Request body

The request body contains data with the following structure:

Fields
deploymentResourcePool object (DeploymentResourcePool )

Required. The DeploymentResourcePool to create.

deploymentResourcePoolId string

Required. The id to use for the DeploymentResourcePool, which will become the final component of the DeploymentResourcePool's resource name.

The maximum length is 63 characters, and valid characters are /^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/.

Response body

If successful, the response body contains a newly created instance of Operation .

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月27日 UTC.