Package com.exoscale.sdk.model
Class DbaasValkeyUserAccessControl
java.lang.Object
com.exoscale.sdk.model.DbaasValkeyUserAccessControl
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasValkeyUserAccessControl
extends Object
DbaasValkeyUserAccessControl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCategoriesItem(String categoriesItem) addChannelsItem(String channelsItem) addCommandsItem(String commandsItem) addKeysItem(String keysItem) categories(List<String> categories) booleanReturn true if this dbaas-valkey-user-access-control object is equal to o.Use +@<category> to allow and -@<category> to disallow.Patterns use standard glob syntax and must be separated by a single space.Use +<command> to allow and -<command> to disallow.getKeys()Patterns use standard glob syntax and must be separated by a single space.inthashCode()voidsetCategories(List<String> categories) voidsetChannels(List<String> channels) voidsetCommands(List<String> commands) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CATEGORIES
- See Also:
-
JSON_PROPERTY_CHANNELS
- See Also:
-
JSON_PROPERTY_COMMANDS
- See Also:
-
JSON_PROPERTY_KEYS
- See Also:
-
-
Constructor Details
-
DbaasValkeyUserAccessControl
public DbaasValkeyUserAccessControl()
-
-
Method Details
-
categories
-
addCategoriesItem
-
getCategories
Use +@<category> to allow and -@<category> to disallow. Separate entries with a single space. Example: +@all -@dangerous.- Returns:
- categories
-
setCategories
-
channels
-
addChannelsItem
-
getChannels
Patterns use standard glob syntax and must be separated by a single space. Example: ~* &events.- Returns:
- channels
-
setChannels
-
commands
-
addCommandsItem
-
getCommands
Use +<command> to allow and -<command> to disallow. You can also use @<category>. Separate entries with a single space. Example: +@all -flushall.- Returns:
- commands
-
setCommands
-
keys
-
addKeysItem
-
getKeys
Patterns use standard glob syntax and must be separated by a single space. Example: cache:* session:*.- Returns:
- keys
-
setKeys
-
equals
Return true if this dbaas-valkey-user-access-control object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-