InterconnectGroupsOperationalStatusInterconnectStatus class
The status of one Interconnect in the group.
The order is arbitrary.
Constructors
- InterconnectGroupsOperationalStatusInterconnectStatus.new({bool? adminEnabled, InterconnectDiagnostics? diagnostics, String? interconnect, String? isActive})
- InterconnectGroupsOperationalStatusInterconnectStatus.fromJson(Map json_)
Properties
- adminEnabled ↔ bool?
-
Whether the Interconnect is enabled.
getter/setter pair
- diagnostics ↔ InterconnectDiagnostics?
-
The diagnostics of the Interconnect, as returned by the existing
get-diagnostics method.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- interconnect ↔ String?
-
The URL of the Interconnect being described.
getter/setter pair
- isActive ↔ String?
-
Whether this interconnect is participating in the redundant configuration.
Possible string values are:
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