Show / Hide Table of Contents

Class InterconnectGroupPhysicalStructureMetrosFacilitiesZones

[Output Only] The zones that Interconnects in this facility are present in.

Inheritance
object
InterconnectGroupPhysicalStructureMetrosFacilitiesZones
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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectGroupPhysicalStructureMetrosFacilitiesZones : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Interconnects

[Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.

Declaration
[JsonProperty("interconnects")]
public virtual IList<string> Interconnects { get; set; }
Property Value
Type Description
IList<string>

Zone

[Output Only] The name of the zone, either "zone1" or "zone2". This is the second component of the location of Interconnects in this facility.

Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX