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.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
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 .
|
Classes
LocationPresence
LocationPresence(value)
Identifies the network presence of this location.
Values: UNDEFINED_LOCATION_PRESENCE (0): A value indicating that the enum field is not set. GLOBAL (494663587): This region is not in any common network presence with this InterconnectLocation. LOCAL_REGION (403535464): This region shares the same regional network presence as this InterconnectLocation. LP_GLOBAL (429584062): [Deprecated] This region is not in any common network presence with this InterconnectLocation. LP_LOCAL_REGION (488598851): [Deprecated] This region shares the same regional network presence as this InterconnectLocation.