public enum AnonymousAuthenticationConfig.Mode extends Enum<AnonymousAuthenticationConfig.Mode> implements ProtocolMessageEnum
Mode defines the mode of anonymous authentication allowed in the cluster.
Protobuf enum google.container.v1.AnonymousAuthenticationConfig.Mode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ENABLED |
Anonymous authentication is allowed for all endpoints. |
ENABLED_VALUE |
Anonymous authentication is allowed for all endpoints. |
LIMITED |
Anonymous authentication is allowed for only health check endpoints. |
LIMITED_VALUE |
Anonymous authentication is allowed for only health check endpoints. |
MODE_UNSPECIFIED |
Default value not specified. |
MODE_UNSPECIFIED_VALUE |
Default value not specified. |
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() |