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
object
InterconnectLocationRegionInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX