public sealed class BackendServicesScopedList : IMessage<BackendServicesScopedList>, IEquatable<BackendServicesScopedList>, IDeepCloneable<BackendServicesScopedList>, IBufferMessage, IMessageImplements
IMessageBackendServicesScopedList, IEquatableBackendServicesScopedList, IDeepCloneableBackendServicesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
BackendServicesScopedList()
public BackendServicesScopedList()BackendServicesScopedList(BackendServicesScopedList)
public BackendServicesScopedList(BackendServicesScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
BackendServicesScopedList |
Properties
BackendServices
public RepeatedField<BackendService> BackendServices { get; }A list of BackendServices contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBackendService |
|
Warning
public Warning Warning { get; set; }Informational warning which replaces the list of backend services when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|