public sealed class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone : IMessage<InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>, IEquatable<InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>, IDeepCloneable<InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API 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
IMessageInterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone, IEquatableInterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone, IDeepCloneableInterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone()
public InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone()
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone(InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone)
public InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone(InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone other)
Parameter | |
---|---|
Name | Description |
other |
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone |
Properties
Attachments
public RepeatedField<string> Attachments { get; }
[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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
HasZone
public bool HasZone { get; }
Gets whether the "zone" field is set
Property Value | |
---|---|
Type | Description |
bool |
Zone
public string Zone { get; set; }
[Output Only] The name of a zone, either "zone1" or "zone2".
Property Value | |
---|---|
Type | Description |
string |