PscServiceAttachment class
Configuration of a service attachment of the cluster, for creating PSC connections.
Constructors
- PscServiceAttachment.new({String? connectionType, String? serviceAttachment})
- PscServiceAttachment.fromJson(Map json_)
Properties
- connectionType ↔ String?
-
Type of a PSC connection targeting this service attachment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAttachment ↔ String?
-
Service attachment URI which your self-created PscConnection should use as
target
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