Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
InterconnectDiagnostics |
InterconnectDiagnostics.clone() |
InterconnectDiagnostics |
InterconnectGroupsOperationalStatusInterconnectStatus.getDiagnostics()
The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.
|
InterconnectDiagnostics |
InterconnectsGetDiagnosticsResponse.getResult() |
InterconnectDiagnostics |
InterconnectDiagnostics.set(String fieldName,
Object value) |
InterconnectDiagnostics |
InterconnectDiagnostics.setArpCaches(List<InterconnectDiagnosticsARPEntry> arpCaches)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently
seen by the Google router in the ARP cache for the Interconnect.
|
InterconnectDiagnostics |
InterconnectDiagnostics.setBundleAggregationType(String bundleAggregationType)
The aggregation type of the bundle interface.
|
InterconnectDiagnostics |
InterconnectDiagnostics.setBundleOperationalStatus(String bundleOperationalStatus)
The operational status of the bundle interface.
|
InterconnectDiagnostics |
InterconnectDiagnostics.setLinks(List<InterconnectDiagnosticsLinkStatus> links)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on
the Interconnect.
|
InterconnectDiagnostics |
InterconnectDiagnostics.setMacAddress(String macAddress)
The MAC address of the Interconnect's bundle interface.
|
Modifier and Type | Method and Description |
---|---|
InterconnectGroupsOperationalStatusInterconnectStatus |
InterconnectGroupsOperationalStatusInterconnectStatus.setDiagnostics(InterconnectDiagnostics diagnostics)
The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.
|
InterconnectsGetDiagnosticsResponse |
InterconnectsGetDiagnosticsResponse.setResult(InterconnectDiagnostics result) |
Copyright © 2011–2025 Google. All rights reserved.