Google Cloud Container V1 Client - Class AutoscalingProfile (1.17.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class AutoscalingProfile.

Defines possible options for autoscaling_profile field.

Protobuf type google.container.v1.ClusterAutoscaling.AutoscalingProfile

Namespace

Google \ Cloud \ Container \ V1 \ ClusterAutoscaling

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PROFILE_UNSPECIFIED

Value: 0

No change to autoscaling configuration.

Generated from protobuf enum PROFILE_UNSPECIFIED = 0;

OPTIMIZE_UTILIZATION

Value: 1

Prioritize optimizing utilization of resources.

Generated from protobuf enum OPTIMIZE_UTILIZATION = 1;

BALANCED

Value: 2

Use default (balanced) autoscaling configuration.

Generated from protobuf enum BALANCED = 2;