Enum ClusterAutoscaling.AutopilotGeneralProfile (2.86.0)

public enum ClusterAutoscaling.AutopilotGeneralProfile extends Enum<ClusterAutoscaling.AutopilotGeneralProfile> implements ProtocolMessageEnum

Defines possible options for Autopilot general profile.

Protobuf enum google.container.v1beta1.ClusterAutoscaling.AutopilotGeneralProfile

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTOPILOT_GENERAL_PROFILE_UNSPECIFIED

Use default configuration.

AUTOPILOT_GENERAL_PROFILE_UNSPECIFIED = 0;

AUTOPILOT_GENERAL_PROFILE_UNSPECIFIED_VALUE

Use default configuration.

AUTOPILOT_GENERAL_PROFILE_UNSPECIFIED = 0;

NO_PERFORMANCE

Avoid extra IP consumption.

NO_PERFORMANCE = 1;

NO_PERFORMANCE_VALUE

Avoid extra IP consumption.

NO_PERFORMANCE = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()