static NfsExportOptions.SquashMode |
NfsExportOptions.SquashMode.forNumber(int value) |
|
NfsExportOptions.SquashMode |
NfsExportOptions.Builder.getSquashMode() |
Either NO_ROOT_SQUASH, for allowing root access on the exported directory,
or ROOT_SQUASH, for not allowing root access.
|
NfsExportOptions.SquashMode |
NfsExportOptions.getSquashMode() |
Either NO_ROOT_SQUASH, for allowing root access on the exported directory,
or ROOT_SQUASH, for not allowing root access.
|
NfsExportOptions.SquashMode |
NfsExportOptionsOrBuilder.getSquashMode() |
Either NO_ROOT_SQUASH, for allowing root access on the exported directory,
or ROOT_SQUASH, for not allowing root access.
|
static NfsExportOptions.SquashMode |
NfsExportOptions.SquashMode.valueOf(int value) |
Deprecated.
|
static NfsExportOptions.SquashMode |
NfsExportOptions.SquashMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static NfsExportOptions.SquashMode |
NfsExportOptions.SquashMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static NfsExportOptions.SquashMode[] |
NfsExportOptions.SquashMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|