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