Compute Engine v1 API - Class AutoscalersScopedList (2.15.0)

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

Inheritance

object > AutoscalersScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

AutoscalersScopedList()

public AutoscalersScopedList()

AutoscalersScopedList(AutoscalersScopedList)

public AutoscalersScopedList(AutoscalersScopedList other)
Parameter
NameDescription
otherAutoscalersScopedList

Properties

Autoscalers

public RepeatedField<Autoscaler> Autoscalers { get; }

[Output Only] A list of autoscalers contained in this scope.

Property Value
TypeDescription
RepeatedFieldAutoscaler

Warning

public Warning Warning { get; set; }

[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.

Property Value
TypeDescription
Warning