Class InterconnectGroupPhysicalStructureMetrosFacilities
[Output Only] The facilities Interconnects in this metro are present in.
Implements
Inherited Members
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> |