Compute V1 Client - Class InterconnectLocationRegionInfo (1.5.0)

Reference documentation and code samples for the Compute V1 Client class InterconnectLocationRegionInfo.

Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.

Generated from protobuf message google.cloud.compute.v1.InterconnectLocationRegionInfo

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ expected_rtt_ms int|string

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

↳ location_presence string

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

↳ region string

URL for the region of this location.

getExpectedRttMs

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

Generated from protobuf field optional int64 expected_rtt_ms = 422543866;

Returns
TypeDescription
int|string

hasExpectedRttMs

clearExpectedRttMs

setExpectedRttMs

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

Generated from protobuf field optional int64 expected_rtt_ms = 422543866;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getLocationPresence

Identifies the network presence of this location.

Check the LocationPresence enum for the list of possible values.

Generated from protobuf field optional string location_presence = 101517893;

Returns
TypeDescription
string

hasLocationPresence

clearLocationPresence

setLocationPresence

Identifies the network presence of this location.

Check the LocationPresence enum for the list of possible values.

Generated from protobuf field optional string location_presence = 101517893;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRegion

URL for the region of this location.

Generated from protobuf field optional string region = 138946292;

Returns
TypeDescription
string

hasRegion

clearRegion

setRegion

URL for the region of this location.

Generated from protobuf field optional string region = 138946292;

Parameter
NameDescription
var string
Returns
TypeDescription
$this