Class InterconnectGroupPhysicalStructureMetrosFacilitiesZones
[Output Only] The zones that Interconnects in this facility are present in.
Implements
Inherited Members
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 |