Compute Engine v1 API - Class ServiceAttachmentsScopedList (2.8.0)

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

Inheritance

object > ServiceAttachmentsScopedList

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ServiceAttachmentsScopedList()

public ServiceAttachmentsScopedList()

ServiceAttachmentsScopedList(ServiceAttachmentsScopedList)

public ServiceAttachmentsScopedList(ServiceAttachmentsScopedList other)
Parameter
NameDescription
otherServiceAttachmentsScopedList

Properties

ServiceAttachments

public RepeatedField<ServiceAttachment> ServiceAttachments { get; }

A list of ServiceAttachments contained in this scope.

Property Value
TypeDescription
RepeatedFieldServiceAttachment

Warning

public Warning Warning { get; set; }

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

Property Value
TypeDescription
Warning