Connector(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Definition of a Serverless VPC Access connector.
Attributes | |
---|---|
Name | Description |
name |
str
The resource name in the format projects/*/locations/*/connectors/* .
|
network |
str
Name of a VPC network. |
ip_cidr_range |
str
The range of internal addresses that follows RFC 4632 notation. Example: 10.132.0.0/28 .
|
state |
google.cloud.vpcaccess_v1.types.Connector.State
Output only. State of the VPC access connector. |
min_throughput |
int
Minimum throughput of the connector in Mbps. Default and min is 200. |
max_throughput |
int
Maximum throughput of the connector in Mbps. Default is 200, max is 1000. |
connected_projects |
Sequence[str]
Output only. List of projects using the connector. |
subnet |
google.cloud.vpcaccess_v1.types.Connector.Subnet
The subnet in which to house the VPC Access Connector. |
Classes
State
State(value)
State of a connector.
Subnet
Subnet(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The subnet in which to house the connector