public sealed class BackendBucketsScopedList : IMessage<BackendBucketsScopedList>, IEquatable<BackendBucketsScopedList>, IDeepCloneable<BackendBucketsScopedList>, IBufferMessage, IMessageImplements
IMessageBackendBucketsScopedList, IEquatableBackendBucketsScopedList, IDeepCloneableBackendBucketsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|