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
Output only. 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? |
L2ForwardingEnabled
Output only. Identifies whether L2 Interconnect Attachments can be created in this region for interconnects that are in this location.
Declaration
[JsonProperty("l2ForwardingEnabled")]
public virtual bool? L2ForwardingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LocationPresence
Output only. Identifies the network presence of this location.
Declaration
[JsonProperty("locationPresence")]
public virtual string LocationPresence { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Region
Output only. URL for the region of this location.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string |