InterconnectDiagnostics constructor

InterconnectDiagnostics({
  1. List<InterconnectDiagnosticsArpentry> arpCaches = const [],
  2. String? bundleAggregationType,
  3. String? bundleOperationalStatus,
  4. List<InterconnectDiagnosticsLinkStatus> links = const [],
  5. String? macAddress,
})

Implementation

InterconnectDiagnostics({
  this.arpCaches = const [],
  this.bundleAggregationType,
  this.bundleOperationalStatus,
  this.links = const [],
  this.macAddress,
}) : super(fullyQualifiedName);