Class InterconnectAttachmentsScopedList
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InterconnectAttachmentsScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InterconnectAttachments
A list of interconnect attachments contained in this scope.
Declaration
[JsonProperty("interconnectAttachments")]
public virtual IList<InterconnectAttachment> InterconnectAttachments { get; set; }
Property Value
Type | Description |
---|---|
IList<InterconnectAttachment> |
Warning
Informational warning which replaces the list of addresses when the list is empty.
Declaration
[JsonProperty("warning")]
public virtual InterconnectAttachmentsScopedList.WarningData Warning { get; set; }
Property Value
Type | Description |
---|---|
InterconnectAttachmentsScopedList.WarningData |