VMware Engine v1 API - Class AutoscalingSettings.Types.Thresholds (1.6.0)

public sealed class AutoscalingSettings.Types.Thresholds : IMessage<AutoscalingSettings.Types.Thresholds>, IEquatable<AutoscalingSettings.Types.Thresholds>, IDeepCloneable<AutoscalingSettings.Types.Thresholds>, IBufferMessage, IMessage

Reference documentation and code samples for the VMware Engine v1 API class AutoscalingSettings.Types.Thresholds.

Thresholds define the utilization of resources triggering scale-out and scale-in operations.

Inheritance

object > AutoscalingSettings.Types.Thresholds

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

Thresholds()

public Thresholds()

Thresholds(Thresholds)

public Thresholds(AutoscalingSettings.Types.Thresholds other)
Parameter
Name Description
other AutoscalingSettingsTypesThresholds

Properties

ScaleIn

public int ScaleIn { get; set; }

Required. The utilization triggering the scale-in operation in percent.

Property Value
Type Description
int

ScaleOut

public int ScaleOut { get; set; }

Required. The utilization triggering the scale-out operation in percent.

Property Value
Type Description
int