Enum NfsExportOptions.SecurityFlavor (1.42.0)

public enum NfsExportOptions.SecurityFlavor extends Enum<NfsExportOptions.SecurityFlavor> implements ProtocolMessageEnum

The security flavor. In general, a "flavor" represents a designed process or system. A "security flavor" is a system designed for the purpose of authenticating a data originator (client), recipient (server), and the data they transmit between one another.

Protobuf enum google.cloud.filestore.v1beta1.NfsExportOptions.SecurityFlavor

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTH_SYS

The user's UNIX user-id and group-ids are transferred "in the clear" (not encrypted) on the network, unauthenticated by the NFS server (default).

AUTH_SYS = 1;

AUTH_SYS_VALUE

The user's UNIX user-id and group-ids are transferred "in the clear" (not encrypted) on the network, unauthenticated by the NFS server (default).

AUTH_SYS = 1;

KRB5

End-user authentication through Kerberos V5.

KRB5 = 2;

KRB5I

krb5 plus integrity protection (data packets are tamper proof).

KRB5I = 3;

KRB5I_VALUE

krb5 plus integrity protection (data packets are tamper proof).

KRB5I = 3;

KRB5P

krb5i plus privacy protection (data packets are tamper proof and encrypted).

KRB5P = 4;

KRB5P_VALUE

krb5i plus privacy protection (data packets are tamper proof and encrypted).

KRB5P = 4;

KRB5_VALUE

End-user authentication through Kerberos V5.

KRB5 = 2;

SECURITY_FLAVOR_UNSPECIFIED

SecurityFlavor not set.

SECURITY_FLAVOR_UNSPECIFIED = 0;

SECURITY_FLAVOR_UNSPECIFIED_VALUE

SecurityFlavor not set.

SECURITY_FLAVOR_UNSPECIFIED = 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()