Enum SetMasterAuthRequest.Action (2.3.6)

public enum SetMasterAuthRequest.Action extends Enum<SetMasterAuthRequest.Action> implements ProtocolMessageEnum

Operation type: what type update to perform.

Protobuf enum google.container.v1beta1.SetMasterAuthRequest.Action

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GENERATE_PASSWORD

Generate a new password and set it to that.

GENERATE_PASSWORD = 2;

GENERATE_PASSWORD_VALUE

Generate a new password and set it to that.

GENERATE_PASSWORD = 2;

SET_PASSWORD

Set the password to a user generated value.

SET_PASSWORD = 1;

SET_PASSWORD_VALUE

Set the password to a user generated value.

SET_PASSWORD = 1;

SET_USERNAME

Set the username. If an empty username is provided, basic authentication is disabled for the cluster. If a non-empty username is provided, basic authentication is enabled, with either a provided password or a generated one.

SET_USERNAME = 3;

SET_USERNAME_VALUE

Set the username. If an empty username is provided, basic authentication is disabled for the cluster. If a non-empty username is provided, basic authentication is enabled, with either a provided password or a generated one.

SET_USERNAME = 3;

UNKNOWN

Operation is unknown and will error out.

UNKNOWN = 0;

UNKNOWN_VALUE

Operation is unknown and will error out.

UNKNOWN = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()