PscPropagationStatus class
The status of one or more propagated Private Service Connect connections in a hub.
Constructors
- PscPropagationStatus({String? code, String? message, String? sourceForwardingRule, String? sourceGroup, String? sourceSpoke, String? targetGroup, String? targetSpoke})
- PscPropagationStatus.fromJson(Map json_)
Properties
- code ↔ String?
- 
  The propagation status.
Possible string values are:
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- message ↔ String?
- 
  The human-readable summary of the Private Service Connect connection
propagation status.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sourceForwardingRule ↔ String?
- 
  The name of the forwarding rule exported to the hub.
  getter/setter pair
- sourceGroup ↔ String?
- 
  The name of the group that the source spoke belongs to.
  getter/setter pair
- sourceSpoke ↔ String?
- 
  The name of the spoke that the source forwarding rule belongs to.
  getter/setter pair
- targetGroup ↔ String?
- 
  The name of the group that the target spoke belongs to.
  getter/setter pair
- targetSpoke ↔ String?
- 
  The name of the spoke that the source forwarding rule propagates to.
  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