Compute Engine v1 API - Class NetworkAttachmentsScopedList (2.16.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
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