NetworkPeeringConnectionStatus class
Describes the state of a peering connection, not just the local peering.
This field provides information about the effective settings for the connection as a whole, including pending delete/update requests for CONSENSUS peerings.
Output only.
Constructors
- NetworkPeeringConnectionStatus.new({NetworkPeeringConnectionStatusConsensusState? consensusState, NetworkPeeringConnectionStatusTrafficConfiguration? trafficConfiguration, String? updateStrategy})
- NetworkPeeringConnectionStatus.fromJson(Map json_)
Properties
- consensusState ↔ NetworkPeeringConnectionStatusConsensusState?
-
The consensus state contains information about the status of update and
delete for a consensus peering connection.
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
- trafficConfiguration ↔ NetworkPeeringConnectionStatusTrafficConfiguration?
-
The active connectivity settings for the peering connection based on the
settings of the network peerings.
getter/setter pair
- updateStrategy ↔ String?
-
The update strategy determines the update/delete semantics for this
peering connection.
Possible string values are:
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