public sealed class InterconnectAttachmentGroupLogicalStructureRegion : IMessage<InterconnectAttachmentGroupLogicalStructureRegion>, IEquatable<InterconnectAttachmentGroupLogicalStructureRegion>, IDeepCloneable<InterconnectAttachmentGroupLogicalStructureRegion>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InterconnectAttachmentGroupLogicalStructureRegion.
[Output Only] The regions Attachments in this group are in.
Implements
IMessageInterconnectAttachmentGroupLogicalStructureRegion, IEquatableInterconnectAttachmentGroupLogicalStructureRegion, IDeepCloneableInterconnectAttachmentGroupLogicalStructureRegion, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectAttachmentGroupLogicalStructureRegion()
public InterconnectAttachmentGroupLogicalStructureRegion()
InterconnectAttachmentGroupLogicalStructureRegion(InterconnectAttachmentGroupLogicalStructureRegion)
public InterconnectAttachmentGroupLogicalStructureRegion(InterconnectAttachmentGroupLogicalStructureRegion other)
Parameter | |
---|---|
Name | Description |
other |
InterconnectAttachmentGroupLogicalStructureRegion |
Properties
HasRegion
public bool HasRegion { get; }
Gets whether the "region" field is set
Property Value | |
---|---|
Type | Description |
bool |
Metros
public RepeatedField<InterconnectAttachmentGroupLogicalStructureRegionMetro> Metros { get; }
Property Value | |
---|---|
Type | Description |
RepeatedFieldInterconnectAttachmentGroupLogicalStructureRegionMetro |
Region
public string Region { get; set; }
[Output Only] The name of a region, like "us-central1".
Property Value | |
---|---|
Type | Description |
string |