Show / Hide Table of Contents

Class InterconnectGroupPhysicalStructureMetrosFacilities

[Output Only] The facilities Interconnects in this metro are present in.

Inheritance
object
InterconnectGroupPhysicalStructureMetrosFacilities
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 InterconnectGroupPhysicalStructureMetrosFacilities : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Facility

[Output Only] The ID of this facility, as a numeric string like "5467". This is the third component of the location of Interconnects in this facility.

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

Zones

Declaration
[JsonProperty("zones")]
public virtual IList<InterconnectGroupPhysicalStructureMetrosFacilitiesZones> Zones { get; set; }
Property Value
Type Description
IList<InterconnectGroupPhysicalStructureMetrosFacilitiesZones>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX