Package com.gpudb.protocol
Class CreateUserExternalRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.CreateUserExternalRequest.Options
-
- Enclosing class:
- CreateUserExternalRequest
public static final class CreateUserExternalRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVATEDIs the user allowed to login.static StringCREATE_HOME_DIRECTORYWhenTRUE, a home directory in KiFS is created for this user.static StringDEFAULT_SCHEMADefault schema to associate with this userstatic StringDIRECTORY_DATA_LIMITThe maximum capacity to apply to the created directory ifCREATE_HOME_DIRECTORYisTRUE.static StringFALSEstatic StringRESOURCE_GROUPName of an existing resource group to associate with this userstatic StringTRUE
-
-
-
Field Detail
-
ACTIVATED
public static final String ACTIVATED
Is the user allowed to login. Supported values: The default value isTRUE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
CREATE_HOME_DIRECTORY
public static final String CREATE_HOME_DIRECTORY
WhenTRUE, a home directory in KiFS is created for this user. Supported values: The default value isTRUE.- See Also:
- Constant Field Values
-
DEFAULT_SCHEMA
public static final String DEFAULT_SCHEMA
Default schema to associate with this user- See Also:
- Constant Field Values
-
DIRECTORY_DATA_LIMIT
public static final String DIRECTORY_DATA_LIMIT
The maximum capacity to apply to the created directory ifCREATE_HOME_DIRECTORYisTRUE. Set to -1 to indicate no upper limit. If empty, the system default limit is applied.- See Also:
- Constant Field Values
-
RESOURCE_GROUP
public static final String RESOURCE_GROUP
Name of an existing resource group to associate with this user- See Also:
- Constant Field Values
-
-