Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InterconnectLocationRegionInfo.
Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#expected_rtt_ms
def expected_rtt_ms() -> ::Integer
Returns
- (::Integer) — Output only. Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
#expected_rtt_ms=
def expected_rtt_ms=(value) -> ::Integer
Parameter
- value (::Integer) — Output only. Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
Returns
- (::Integer) — Output only. Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
#l2_forwarding_enabled
def l2_forwarding_enabled() -> ::Boolean
Returns
- (::Boolean) — Output only. Identifies whether L2 Interconnect Attachments can be created in this region for interconnects that are in this location.
#l2_forwarding_enabled=
def l2_forwarding_enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Output only. Identifies whether L2 Interconnect Attachments can be created in this region for interconnects that are in this location.
Returns
- (::Boolean) — Output only. Identifies whether L2 Interconnect Attachments can be created in this region for interconnects that are in this location.
#location_presence
def location_presence() -> ::String
Returns
- (::String) — Output only. Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.
#location_presence=
def location_presence=(value) -> ::String
Parameter
- value (::String) — Output only. Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.
Returns
- (::String) — Output only. Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.
#region
def region() -> ::String
Returns
- (::String) — Output only. URL for the region of this location.
#region=
def region=(value) -> ::String
Parameter
- value (::String) — Output only. URL for the region of this location.
Returns
- (::String) — Output only. URL for the region of this location.