Class InterconnectLocationRegionInfo
Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InterconnectLocationRegionInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpectedRttMs
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
Declaration
[JsonProperty("expectedRttMs")]
public virtual long? ExpectedRttMs { get; set; }
Property Value
Type | Description |
---|---|
long? |
LocationPresence
Identifies the network presence of this location.
Declaration
[JsonProperty("locationPresence")]
public virtual string LocationPresence { get; set; }
Property Value
Type | Description |
---|---|
string |
Region
URL for the region of this location.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type | Description |
---|---|
string |