Class Thresholds
Thresholds define the utilization of resources triggering scale-out and scale-in operations.
Implements
Inherited Members
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? |