Show / Hide Table of Contents

Class HPAConfig

Autoscaling config for connector deployment system metrics.

Inheritance
object
HPAConfig
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX