InterconnectOutageNotification class
Description of a planned outage on this Interconnect.
Constructors
Properties
- 
  affectedCircuits
  ↔ List<String> ?
- 
  If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs
that will be affected.
  getter/setter pair
- description ↔ String?
- 
  A description about the purpose of the outage.
  getter/setter pair
- endTime ↔ String?
- 
  Scheduled end time for the outage (milliseconds since Unix epoch).
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- issueType ↔ String?
- 
  Form this outage is expected to take, which can take one of the following
values: - OUTAGE: The Interconnect may be completely out of service for
some or all of the specified window.
  getter/setter pair
- name ↔ String?
- 
  Unique identifier for this outage notification.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- source ↔ String?
- 
  The party that generated this notification, which can take the following
value: - GOOGLE: this notification as generated by Google.
  getter/setter pair
- startTime ↔ String?
- 
  Scheduled start time for the outage (milliseconds since Unix epoch).
  getter/setter pair
- state ↔ String?
- 
  State of this notification, which can take one of the following values: -
ACTIVE: This outage notification is active.
  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