public sealed class NetworkAttachmentsScopedList : IMessage<NetworkAttachmentsScopedList>, IEquatable<NetworkAttachmentsScopedList>, IDeepCloneable<NetworkAttachmentsScopedList>, IBufferMessage, IMessage
Implements
IMessageNetworkAttachmentsScopedList, IEquatableNetworkAttachmentsScopedList, IDeepCloneableNetworkAttachmentsScopedList, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 |