Class: TencentCloud::Tdmq::V20200217::ModifyRabbitMQUserRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::ModifyRabbitMQUserRequest
- Defined in:
- lib/v20200217/models.rb
Overview
ModifyRabbitMQUser请求参数结构体
Instance Attribute Summary collapse
- #Description ⇒ Object
- #InstanceId ⇒ Object
- #MaxChannels ⇒ Object
- #MaxConnections ⇒ Object
- #Password ⇒ Object
- #Tags ⇒ Object
- #User ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, user = nil, password = nil, description = nil, tags = nil, maxconnections = nil, maxchannels = nil) ⇒ ModifyRabbitMQUserRequest
constructor
A new instance of ModifyRabbitMQUserRequest.
Constructor Details
#initialize(instanceid = nil, user = nil, password = nil, description = nil, tags = nil, maxconnections = nil, maxchannels = nil) ⇒ ModifyRabbitMQUserRequest
Returns a new instance of ModifyRabbitMQUserRequest.
8952 8953 8954 8955 8956 8957 8958 8959 8960 |
# File 'lib/v20200217/models.rb', line 8952 def initialize(instanceid=nil, user=nil, password=nil, description=nil, =nil, maxconnections=nil, maxchannels=nil) @InstanceId = instanceid @User = user @Password = password @Description = description @Tags = @MaxConnections = maxconnections @MaxChannels = maxchannels end |
Instance Attribute Details
#Description ⇒ Object
8950 8951 8952 |
# File 'lib/v20200217/models.rb', line 8950 def Description @Description end |
#InstanceId ⇒ Object
8950 8951 8952 |
# File 'lib/v20200217/models.rb', line 8950 def InstanceId @InstanceId end |
#MaxChannels ⇒ Object
8950 8951 8952 |
# File 'lib/v20200217/models.rb', line 8950 def MaxChannels @MaxChannels end |
#MaxConnections ⇒ Object
8950 8951 8952 |
# File 'lib/v20200217/models.rb', line 8950 def MaxConnections @MaxConnections end |
#Password ⇒ Object
8950 8951 8952 |
# File 'lib/v20200217/models.rb', line 8950 def Password @Password end |
#Tags ⇒ Object
8950 8951 8952 |
# File 'lib/v20200217/models.rb', line 8950 def Tags @Tags end |
#User ⇒ Object
8950 8951 8952 |
# File 'lib/v20200217/models.rb', line 8950 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
8962 8963 8964 8965 8966 8967 8968 8969 8970 |
# File 'lib/v20200217/models.rb', line 8962 def deserialize(params) @InstanceId = params['InstanceId'] @User = params['User'] @Password = params['Password'] @Description = params['Description'] @Tags = params['Tags'] @MaxConnections = params['MaxConnections'] @MaxChannels = params['MaxChannels'] end |