Enum SetMasterAuthRequest.Action (2.24.0)

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;