Class Connector (1.8.2)

Connector(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Definition of a Serverless VPC Access connector.

Attributes

NameDescription
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 300, max is 1000.
connected_projects MutableSequence[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.
machine_type str
Machine type of VM Instance underlying connector. Default is e2-micro
min_instances int
Minimum value of instances in autoscaling group underlying the connector.
max_instances int
Maximum value of instances in autoscaling group underlying the connector.

Classes

State

State(value)

State of a connector.

Values: STATE_UNSPECIFIED (0): Invalid state. READY (1): Connector is deployed and ready to receive traffic. CREATING (2): An Insert operation is in progress. Transient condition. DELETING (3): A Delete operation is in progress. Transient condition. ERROR (4): Connector is in a bad state, manual deletion recommended. UPDATING (5): The connector is being updated.

Subnet

Subnet(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The subnet in which to house the connector