public class CreateRabbitMQUserRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateRabbitMQUserRequest() | 
| CreateRabbitMQUserRequest(CreateRabbitMQUserRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get Description | 
| String | getInstanceId()Get Cluster instance ID | 
| Long | getMaxChannels()Get The maximum number of channels for the user. | 
| Long | getMaxConnections()Get The maximum number of connections for the user. | 
| String | getPassword()Get Password, which is used for login. | 
| String[] | getTags()Get User tag, which defines a user's permission scope for accessing RabbitMQ Managementu200d. | 
| String | getUser()Get Username, which is used for login. | 
| void | setDescription(String Description)Set Description | 
| void | setInstanceId(String InstanceId)Set Cluster instance ID | 
| void | setMaxChannels(Long MaxChannels)Set The maximum number of channels for the user. | 
| void | setMaxConnections(Long MaxConnections)Set The maximum number of connections for the user. | 
| void | setPassword(String Password)Set Password, which is used for login. | 
| void | setTags(String[] Tags)Set User tag, which defines a user's permission scope for accessing RabbitMQ Managementu200d. | 
| void | setUser(String User)Set Username, which is used for login. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateRabbitMQUserRequest()
public CreateRabbitMQUserRequest(CreateRabbitMQUserRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Cluster instance IDpublic String getUser()
public void setUser(String User)
User - Username, which is used for login.public String getPassword()
public void setPassword(String Password)
Password - Password, which is used for login.public String getDescription()
public void setDescription(String Description)
Description - Descriptionpublic String[] getTags()
public void setTags(String[] Tags)
Tags - User tag, which defines a user's permission scope for accessing RabbitMQ Managementu200d.
Valid values: `management` (Common console user), monitoring` (Console admin user), other values: Non-console user.public Long getMaxConnections()
public void setMaxConnections(Long MaxConnections)
MaxConnections - The maximum number of connections for the user. If this parameter is left empty, there's no limit for the number.public Long getMaxChannels()
public void setMaxChannels(Long MaxChannels)
MaxChannels - The maximum number of channels for the user. If this parameter is left empty, there's no limit for the number.Copyright © 2025. All rights reserved.