Class InterconnectLocationRegionInfo (1.6.0)

InterconnectLocationRegionInfo(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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

Attributes

NameDescription
expected_rtt_ms int
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region. This field is a member of `oneof`_ ``_expected_rtt_ms``.
location_presence str
Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values. This field is a member of `oneof`_ ``_location_presence``.
region str
URL for the region of this location. This field is a member of `oneof`_ ``_region``.

Inheritance

builtins.object > proto.message.Message > InterconnectLocationRegionInfo

Classes

LocationPresence

LocationPresence(value)

Identifies the network presence of this location.