Class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
[Output Only] The zones that Attachments in this group are present in, in the given facilities. This is inherited from their Interconnects.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone : IDirectResponseSchema
Properties
Attachments
[Output Only] URLs of Attachments in the given zone, to the given region, on Interconnects in the given facility and metro. Every Attachment in the AG has such an entry.
Declaration
[JsonProperty("attachments")]
public virtual IList<string> Attachments { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Zone
[Output Only] The name of a zone, either "zone1" or "zone2".
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |