public sealed class ServiceAttachmentsScopedList : IMessage<ServiceAttachmentsScopedList>, IEquatable<ServiceAttachmentsScopedList>, IDeepCloneable<ServiceAttachmentsScopedList>, IBufferMessage, IMessageImplements
IMessageServiceAttachmentsScopedList, IEquatableServiceAttachmentsScopedList, IDeepCloneableServiceAttachmentsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|