InterconnectDiagnostics constructor
InterconnectDiagnostics({
- List<
InterconnectDiagnosticsArpentry> arpCaches = const [], - String? bundleAggregationType,
- String? bundleOperationalStatus,
- List<
InterconnectDiagnosticsLinkStatus> links = const [], - String? macAddress,
Implementation
InterconnectDiagnostics({
this.arpCaches = const [],
this.bundleAggregationType,
this.bundleOperationalStatus,
this.links = const [],
this.macAddress,
}) : super(fullyQualifiedName);