Compute Engine v1 API - Class BackendServicesScopedList (2.13.0)

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

Inheritance

object > BackendServicesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

BackendServicesScopedList()

public BackendServicesScopedList()

BackendServicesScopedList(BackendServicesScopedList)

public BackendServicesScopedList(BackendServicesScopedList other)
Parameter
NameDescription
otherBackendServicesScopedList

Properties

BackendServices

public RepeatedField<BackendService> BackendServices { get; }

A list of BackendServices contained in this scope.

Property Value
TypeDescription
RepeatedFieldBackendService

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of backend services when the list is empty.

Property Value
TypeDescription
Warning