public sealed class BackendServicesScopedList : IMessage<BackendServicesScopedList>, IEquatable<BackendServicesScopedList>, IDeepCloneable<BackendServicesScopedList>, IBufferMessage, IMessage
Implements
IMessage<BackendServicesScopedList>, IEquatable<BackendServicesScopedList>, IDeepCloneable<BackendServicesScopedList>, 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 |
RepeatedField<BackendService> |
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 |