Compute Engine v1 API - Class ServiceAttachmentsScopedList (2.16.0)

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

Inheritance

object > ServiceAttachmentsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ServiceAttachmentsScopedList()

public ServiceAttachmentsScopedList()

ServiceAttachmentsScopedList(ServiceAttachmentsScopedList)

public ServiceAttachmentsScopedList(ServiceAttachmentsScopedList other)
Parameter
Name Description
other ServiceAttachmentsScopedList

Properties

ServiceAttachments

public RepeatedField<ServiceAttachment> ServiceAttachments { get; }

A list of ServiceAttachments contained in this scope.

Property Value
Type Description
RepeatedFieldServiceAttachment

Warning

public Warning Warning { get; set; }

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

Property Value
Type Description
Warning