Compute Engine v1 API - Class BackendBucketsScopedList (3.27.0)

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

Inheritance

object > BackendBucketsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

BackendBucketsScopedList()

public BackendBucketsScopedList()

BackendBucketsScopedList(BackendBucketsScopedList)

public BackendBucketsScopedList(BackendBucketsScopedList other)
Parameter
Name Description
other BackendBucketsScopedList

Properties

BackendBuckets

public RepeatedField<BackendBucket> BackendBuckets { get; }

A list of BackendBuckets contained in this scope.

Property Value
Type Description
RepeatedFieldBackendBucket

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