Resource: Connector
Definition of a Serverless VPC Access connector.
JSON representation | |
---|---|
{
"name": string,
"network": string,
"ipCidrRange": string,
"state": enum ( |
Fields | |
---|---|
name |
The resource name in the format |
network |
Name of a VPC network. |
ipCidrRange |
The range of internal addresses that follows RFC 4632 notation. Example: |
state |
Output only. State of the VPC access connector. |
minThroughput |
Minimum throughput of the connector in Mbps. Default and min is 200. |
maxThroughput |
Maximum throughput of the connector in Mbps. Default is 200, max is 1000. |
State
State of a connector.
Enums | |
---|---|
STATE_UNSPECIFIED |
Invalid state. |
READY |
Connector is deployed and ready to receive traffic. |
CREATING |
An Insert operation is in progress. Transient condition. |
DELETING |
A Delete operation is in progress. Transient condition. |
ERROR |
Connector is in a bad state, manual deletion recommended. |
UPDATING |
The connector is being updated. |
Methods |
|
---|---|
|
Creates a Serverless VPC Access connector, returns an operation. |
|
Deletes a Serverless VPC Access connector. |
|
Gets a Serverless VPC Access connector. |
|
Lists Serverless VPC Access connectors. |