Class HPAConfig
Autoscaling config for connector deployment system metrics.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class HPAConfig : IDirectResponseSchema
Properties
CpuUtilizationThreshold
Output only. Percent CPU utilization where HPA triggers autoscaling.
Declaration
[JsonProperty("cpuUtilizationThreshold")]
public virtual long? CpuUtilizationThreshold { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MemoryUtilizationThreshold
Output only. Percent Memory utilization where HPA triggers autoscaling.
Declaration
[JsonProperty("memoryUtilizationThreshold")]
public virtual long? MemoryUtilizationThreshold { get; set; }
Property Value
Type | Description |
---|---|
long? |