PscConnection class
Details of consumer resources in a PSC connection.
Constructors
- PscConnection({String? address, String? forwardingRule, String? network, String? projectId, String? pscConnectionId})
- PscConnection.fromJson(Map json_)
Properties
- address ↔ String?
-
The IP allocated on the consumer network for the PSC forwarding rule.
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
- projectId ↔ String?
-
The consumer project_id where the forwarding rule is created from.
getter/setter pair
- pscConnectionId ↔ String?
-
The PSC connection id of the forwarding rule connected to the service
attachment.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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