Show / Hide Table of Contents

Class Thresholds

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

Inheritance
object
Thresholds
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class Thresholds : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ScaleIn

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

Declaration
[JsonProperty("scaleIn")]
public virtual int? ScaleIn { get; set; }
Property Value
Type Description
int?

ScaleOut

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

Declaration
[JsonProperty("scaleOut")]
public virtual int? ScaleOut { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX