v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1371122.5 KB
projects

Updates a Serverless VPC Access connector, returns an operation.

patch/v1/{+name}

Path parameters

namestring required

The resource name in the format projects/*/locations/*/connectors/*.

Query parameters

updateMaskstring

The fields to update on the entry group. If absent or empty, all modifiable fields are updated.

Request body

namestring

The resource name in the format projects/*/locations/*/connectors/*.

minInstancesinteger

Minimum value of instances in autoscaling group underlying the connector.

ipCidrRangestring

Optional. The range of internal addresses that follows RFC 4632 notation. Example: 10.132.0.0/28.

minThroughputinteger

Minimum throughput of the connector in Mbps. Refers to the expected throughput when using an e2-micro machine type. Value must be a multiple of 100 from 200 through 900. Must be lower than the value specified by --max-throughput. If both min-throughput and min-instances are provided, min-instances takes precedence over min-throughput. The use of min-throughput is discouraged in favor of min-instances.

machineTypestring

Machine type of VM Instance underlying connector. Default is e2-micro

maxInstancesinteger

Maximum value of instances in autoscaling group underlying the connector.

maxThroughputinteger

Maximum throughput of the connector in Mbps. Refers to the expected throughput when using an e2-micro machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by --min-throughput. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput. The use of max-throughput is discouraged in favor of max-instances.

networkstring

Optional. Name of a VPC network.

state'STATE_UNSPECIFIED' | 'READY' | 'CREATING' | 'DELETING' | 'ERROR' | 'UPDATING'

Output only. State of the VPC access connector.

connectedProjectsstring[]

Output only. List of projects using the connector.

Response

Successful response