Connection class

Represents a private connection resource.

A private connection is implemented as a VPC Network Peering connection between a service producer's VPC network and a service consumer's VPC network.

Constructors

Connection({String? network, String? peering, List<String>? reservedPeeringRanges, String? service})
Connection.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
network String?
The name of service consumer's VPC network that's connected with service producer network, in the following format: projects/{project}/global/networks/{network}.
getter/setter pair
peering String?
The name of the VPC Network Peering connection that was created by the service producer.
getter/setter pair
reservedPeeringRanges List<String>?
The name of one or more allocated IP address ranges for this service producer of type PEERING.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String?
The name of the peering service that's associated with this connection, in the following format: services/{service name}.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited