Interface InterconnectLocationRegionInfoOrBuilder (1.91.0)

public interface InterconnectLocationRegionInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExpectedRttMs()

public abstract long getExpectedRttMs()

Output only. Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.

optional int64 expected_rtt_ms = 422543866;

Returns
Type Description
long

The expectedRttMs.

getL2ForwardingEnabled()

public abstract boolean getL2ForwardingEnabled()

Output only. Identifies whether L2 Interconnect Attachments can be created in this region for interconnects that are in this location.

optional bool l2_forwarding_enabled = 241364888;

Returns
Type Description
boolean

The l2ForwardingEnabled.

getLocationPresence()

public abstract String getLocationPresence()

Output only. Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.

optional string location_presence = 101517893;

Returns
Type Description
String

The locationPresence.

getLocationPresenceBytes()

public abstract ByteString getLocationPresenceBytes()

Output only. Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.

optional string location_presence = 101517893;

Returns
Type Description
ByteString

The bytes for locationPresence.

getRegion()

public abstract String getRegion()

Output only. URL for the region of this location.

optional string region = 138946292;

Returns
Type Description
String

The region.

getRegionBytes()

public abstract ByteString getRegionBytes()

Output only. URL for the region of this location.

optional string region = 138946292;

Returns
Type Description
ByteString

The bytes for region.

hasExpectedRttMs()

public abstract boolean hasExpectedRttMs()

Output only. Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.

optional int64 expected_rtt_ms = 422543866;

Returns
Type Description
boolean

Whether the expectedRttMs field is set.

hasL2ForwardingEnabled()

public abstract boolean hasL2ForwardingEnabled()

Output only. Identifies whether L2 Interconnect Attachments can be created in this region for interconnects that are in this location.

optional bool l2_forwarding_enabled = 241364888;

Returns
Type Description
boolean

Whether the l2ForwardingEnabled field is set.

hasLocationPresence()

public abstract boolean hasLocationPresence()

Output only. Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.

optional string location_presence = 101517893;

Returns
Type Description
boolean

Whether the locationPresence field is set.

hasRegion()

public abstract boolean hasRegion()

Output only. URL for the region of this location.

optional string region = 138946292;

Returns
Type Description
boolean

Whether the region field is set.