WireGroup class
A resource that represents a group of redundant wires.
Constructors
-
WireGroup({bool? adminEnabled, String? creationTimestamp, String? description, Map<
String, WireGroupEndpoint> ? endpoints, String? id, String? kind, String? name, bool? reconciling, String? selfLink, WireGroupTopology? topology, WireProperties? wireProperties, List<Wire> ? wires}) - WireGroup.fromJson(Map json_)
Properties
- adminEnabled ↔ bool?
-
Indicates whether the wires in the wire group are enabled.
getter/setter pair
- creationTimestamp ↔ String?
-
Creation timestamp inRFC3339
text format.
getter/setter pair
- description ↔ String?
-
An optional description of the wire group.
getter/setter pair
-
endpoints
↔ Map<
String, WireGroupEndpoint> ? -
A map that contains the logical endpoints of the wire group.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The unique identifier for the resource type.
getter/setter pair
- kind ↔ String?
-
Type of the resource.
getter/setter pair
- name ↔ String?
-
Name of the resource.
getter/setter pair
- reconciling ↔ bool?
-
Indicates whether there are wire changes yet to be processed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Server-defined URL for the resource.
getter/setter pair
- topology ↔ WireGroupTopology?
-
Topology details for the wire group configuration.
getter/setter pair
- wireProperties ↔ WireProperties?
-
Properties for all wires in the wire group.
getter/setter pair
-
wires
↔ List<
Wire> ? -
The single/redundant wire(s) managed by the wire group.
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