Connector(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Definition of a Serverless VPC Access connector. .. attribute:: name
The resource name in the format
projects/*/locations/*/connectors/*
.
:type: str
Attributes | |
---|---|
Name | Description |
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 .. attribute:: name
Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the correct input for this field would be {subnetName}
:type: str