PscConnection class

Details of consumer resources in a PSC connection.

Constructors

PscConnection.new({String? address, String? connectionType, String? forwardingRule, String? network, int? port, String? projectId, String? pscConnectionId, String? pscConnectionStatus, String? serviceAttachment})
PscConnection.fromJson(Map json_)

Properties

address String?
The IP allocated on the consumer network for the PSC forwarding rule.
getter/setter pair
connectionType String?
Type of the PSC connection.
getter/setter pair
forwardingRule String?
The URI of the consumer side forwarding rule.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
network String?
The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.
getter/setter pair
port int?
The port number of the exposed discovery endpoint.
getter/setter pair
projectId String?
Project ID of the consumer project where the forwarding rule is created in.
getter/setter pair
pscConnectionId String?
The PSC connection id of the forwarding rule connected to the service attachment.
getter/setter pair
pscConnectionStatus String?
The status of the PSC connection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAttachment String?
The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
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