Class Connector (1.5.1)

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 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.
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.

Inheritance

builtins.object > proto.message.Message > 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