public sealed class AutoscalersScopedList : IMessage<AutoscalersScopedList>, IEquatable<AutoscalersScopedList>, IDeepCloneable<AutoscalersScopedList>, IBufferMessage, IMessageImplements
IMessage<AutoscalersScopedList>, IEquatable<AutoscalersScopedList>, IDeepCloneable<AutoscalersScopedList>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
AutoscalersScopedList()
public AutoscalersScopedList()AutoscalersScopedList(AutoscalersScopedList)
public AutoscalersScopedList(AutoscalersScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoscalersScopedList |
Properties
Autoscalers
public RepeatedField<Autoscaler> Autoscalers { get; }[Output Only] A list of autoscalers contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Autoscaler> |
|
Warning
public Warning Warning { get; set; }[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|