Class InterconnectAttachmentGroupLogicalStructureRegion
[Output Only] The regions Attachments in this group are in.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectAttachmentGroupLogicalStructureRegion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metros
Declaration
[JsonProperty("metros")]
public virtual IList<InterconnectAttachmentGroupLogicalStructureRegionMetro> Metros { get; set; }
Property Value
Type | Description |
---|---|
IList<InterconnectAttachmentGroupLogicalStructureRegionMetro> |
Region
[Output Only] The name of a region, like "us-central1".
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type | Description |
---|---|
string |