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
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ expected_rtt_ms
int|string
Output only. Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
↳ l2_forwarding_enabled
bool
Output only. Identifies whether L2 Interconnect Attachments can be created in this region for interconnects that are in this location.
↳ location_presence
string
Output only. Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.
↳ region
string
Output only. URL for the region of this location.
getExpectedRttMs
Output only. Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
int|string
hasExpectedRttMs
clearExpectedRttMs
setExpectedRttMs
Output only. Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
var
int|string
$this
getL2ForwardingEnabled
Output only. Identifies whether L2 Interconnect Attachments can be created in this region for interconnects that are in this location.
bool
hasL2ForwardingEnabled
clearL2ForwardingEnabled
setL2ForwardingEnabled
Output only. Identifies whether L2 Interconnect Attachments can be created in this region for interconnects that are in this location.
var
bool
$this
getLocationPresence
Output only. Identifies the network presence of this location.
Check the LocationPresence enum for the list of possible values.
string
hasLocationPresence
clearLocationPresence
setLocationPresence
Output only. Identifies the network presence of this location.
Check the LocationPresence enum for the list of possible values.
var
string
$this
getRegion
Output only. URL for the region of this location.
string
hasRegion
clearRegion
setRegion
Output only. URL for the region of this location.
var
string
$this

