public sealed class NetworkAttachmentsScopedList : IMessage<NetworkAttachmentsScopedList>, IEquatable<NetworkAttachmentsScopedList>, IDeepCloneable<NetworkAttachmentsScopedList>, IBufferMessage, IMessageImplements
IMessageNetworkAttachmentsScopedList, IEquatableNetworkAttachmentsScopedList, IDeepCloneableNetworkAttachmentsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NetworkAttachmentsScopedList()
public NetworkAttachmentsScopedList()NetworkAttachmentsScopedList(NetworkAttachmentsScopedList)
public NetworkAttachmentsScopedList(NetworkAttachmentsScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkAttachmentsScopedList |
Properties
NetworkAttachments
public RepeatedField<NetworkAttachment> NetworkAttachments { get; }A list of NetworkAttachments contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNetworkAttachment |
|
Warning
public Warning Warning { get; set; }Informational warning which replaces the list of network attachments when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|