Compute Engine v1 API - Class NetworkAttachmentsScopedList (2.15.0)

public sealed class NetworkAttachmentsScopedList : IMessage<NetworkAttachmentsScopedList>, IEquatable<NetworkAttachmentsScopedList>, IDeepCloneable<NetworkAttachmentsScopedList>, IBufferMessage, IMessage

Inheritance

object > NetworkAttachmentsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NetworkAttachmentsScopedList()

public NetworkAttachmentsScopedList()

NetworkAttachmentsScopedList(NetworkAttachmentsScopedList)

public NetworkAttachmentsScopedList(NetworkAttachmentsScopedList other)
Parameter
NameDescription
otherNetworkAttachmentsScopedList

Properties

NetworkAttachments

public RepeatedField<NetworkAttachment> NetworkAttachments { get; }

A list of NetworkAttachments contained in this scope.

Property Value
TypeDescription
RepeatedFieldNetworkAttachment

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of network attachments when the list is empty.

Property Value
TypeDescription
Warning