Interface InterconnectDiagnosticsOrBuilder (1.15.0)

public interface InterconnectDiagnosticsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArpCaches(int index)

public abstract InterconnectDiagnosticsARPEntry getArpCaches(int index)

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectDiagnosticsARPEntry

getArpCachesCount()

public abstract int getArpCachesCount()

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;

Returns
TypeDescription
int

getArpCachesList()

public abstract List<InterconnectDiagnosticsARPEntry> getArpCachesList()

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;

Returns
TypeDescription
List<InterconnectDiagnosticsARPEntry>

getArpCachesOrBuilder(int index)

public abstract InterconnectDiagnosticsARPEntryOrBuilder getArpCachesOrBuilder(int index)

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectDiagnosticsARPEntryOrBuilder

getArpCachesOrBuilderList()

public abstract List<? extends InterconnectDiagnosticsARPEntryOrBuilder> getArpCachesOrBuilderList()

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntryOrBuilder>
public abstract InterconnectDiagnosticsLinkStatus getLinks(int index)

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectDiagnosticsLinkStatus

getLinksCount()

public abstract int getLinksCount()

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;

Returns
TypeDescription
int
public abstract List<InterconnectDiagnosticsLinkStatus> getLinksList()

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;

Returns
TypeDescription
List<InterconnectDiagnosticsLinkStatus>

getLinksOrBuilder(int index)

public abstract InterconnectDiagnosticsLinkStatusOrBuilder getLinksOrBuilder(int index)

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectDiagnosticsLinkStatusOrBuilder

getLinksOrBuilderList()

public abstract List<? extends InterconnectDiagnosticsLinkStatusOrBuilder> getLinksOrBuilderList()

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.InterconnectDiagnosticsLinkStatusOrBuilder>

getMacAddress()

public abstract String getMacAddress()

The MAC address of the Interconnect's bundle interface.

optional string mac_address = 332540164;

Returns
TypeDescription
String

The macAddress.

getMacAddressBytes()

public abstract ByteString getMacAddressBytes()

The MAC address of the Interconnect's bundle interface.

optional string mac_address = 332540164;

Returns
TypeDescription
ByteString

The bytes for macAddress.

hasMacAddress()

public abstract boolean hasMacAddress()

The MAC address of the Interconnect's bundle interface.

optional string mac_address = 332540164;

Returns
TypeDescription
boolean

Whether the macAddress field is set.