Interface InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZoneOrBuilder (1.74.0)

public interface InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZoneOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttachments(int index)

public abstract String getAttachments(int index)

[Output Only] URLs of Attachments in the given zone, to the given region, on Interconnects in the given facility and metro. Every Attachment in the AG has such an entry.

repeated string attachments = 334744496;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The attachments at the given index.

getAttachmentsBytes(int index)

public abstract ByteString getAttachmentsBytes(int index)

[Output Only] URLs of Attachments in the given zone, to the given region, on Interconnects in the given facility and metro. Every Attachment in the AG has such an entry.

repeated string attachments = 334744496;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the attachments at the given index.

getAttachmentsCount()

public abstract int getAttachmentsCount()

[Output Only] URLs of Attachments in the given zone, to the given region, on Interconnects in the given facility and metro. Every Attachment in the AG has such an entry.

repeated string attachments = 334744496;

Returns
Type Description
int

The count of attachments.

getAttachmentsList()

public abstract List<String> getAttachmentsList()

[Output Only] URLs of Attachments in the given zone, to the given region, on Interconnects in the given facility and metro. Every Attachment in the AG has such an entry.

repeated string attachments = 334744496;

Returns
Type Description
List<String>

A list containing the attachments.

getZone()

public abstract String getZone()

[Output Only] The name of a zone, either "zone1" or "zone2".

optional string zone = 3744684;

Returns
Type Description
String

The zone.

getZoneBytes()

public abstract ByteString getZoneBytes()

[Output Only] The name of a zone, either "zone1" or "zone2".

optional string zone = 3744684;

Returns
Type Description
ByteString

The bytes for zone.

hasZone()

public abstract boolean hasZone()

[Output Only] The name of a zone, either "zone1" or "zone2".

optional string zone = 3744684;

Returns
Type Description
boolean

Whether the zone field is set.