Show / Hide Table of Contents

Class InterconnectLocationRegionInfo

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

Inheritance
System.Object
InterconnectLocationRegionInfo
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.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
System.Nullable<System.Int64>

LocationPresence

Identifies the network presence of this location.

Declaration
[JsonProperty("locationPresence")]
public virtual string LocationPresence { get; set; }
Property Value
Type Description
System.String

Region

URL for the region of this location.

Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top