Show / Hide Table of Contents

Class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone

[Output Only] The zones that Attachments in this group are present in, in the given facilities. This is inherited from their Interconnects.

Inheritance
object
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX