Interface InterconnectGroupPhysicalStructureMetrosFacilitiesZonesOrBuilder (1.92.0)

public interface InterconnectGroupPhysicalStructureMetrosFacilitiesZonesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInterconnects(int index)

public abstract String getInterconnects(int index)

Output only. [Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.

repeated string interconnects = 520187301;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The interconnects at the given index.

getInterconnectsBytes(int index)

public abstract ByteString getInterconnectsBytes(int index)

Output only. [Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.

repeated string interconnects = 520187301;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the interconnects at the given index.

getInterconnectsCount()

public abstract int getInterconnectsCount()

Output only. [Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.

repeated string interconnects = 520187301;

Returns
Type Description
int

The count of interconnects.

getInterconnectsList()

public abstract List<String> getInterconnectsList()

Output only. [Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.

repeated string interconnects = 520187301;

Returns
Type Description
List<String>

A list containing the interconnects.

getZone()

public abstract String getZone()

Output only. [Output Only] The name of the zone, either "zone1" or "zone2". This is the second component of the location of Interconnects in this facility.

optional string zone = 3744684;

Returns
Type Description
String

The zone.

getZoneBytes()

public abstract ByteString getZoneBytes()

Output only. [Output Only] The name of the zone, either "zone1" or "zone2". This is the second component of the location of Interconnects in this facility.

optional string zone = 3744684;

Returns
Type Description
ByteString

The bytes for zone.

hasZone()

public abstract boolean hasZone()

Output only. [Output Only] The name of the zone, either "zone1" or "zone2". This is the second component of the location of Interconnects in this facility.

optional string zone = 3744684;

Returns
Type Description
boolean

Whether the zone field is set.