Class: TencentCloud::Trabbit::V20230418::RabbitMQUser

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230418/models.rb

Overview

RabbitMQ用户实体详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, user = nil, password = nil, description = nil, tags = nil, createtime = nil, modifytime = nil, type = nil, maxconnections = nil, maxchannels = nil) ⇒ RabbitMQUser

Returns a new instance of RabbitMQUser.



2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
# File 'lib/v20230418/models.rb', line 2828

def initialize(instanceid=nil, user=nil, password=nil, description=nil, tags=nil, createtime=nil, modifytime=nil, type=nil, maxconnections=nil, maxchannels=nil)
  @InstanceId = instanceid
  @User = user
  @Password = password
  @Description = description
  @Tags = tags
  @CreateTime = createtime
  @ModifyTime = modifytime
  @Type = type
  @MaxConnections = maxconnections
  @MaxChannels = maxchannels
end

Instance Attribute Details

#CreateTimeObject

Parameters:

  • InstanceId:

    集群实例Id

  • User:

    用户名,登录时使用

  • Password:

    密码,登录时使用

  • Description:

    用户描述

  • Tags:

    用户标签,用于决定改用户访问RabbitMQ Management的权限范围

  • CreateTime:

    用户创建时间

  • ModifyTime:

    用户最后修改时间

  • Type:

    用户类型,System:系统创建,User:用户创建

  • MaxConnections:

    该用户所能允许的最大连接数

  • MaxChannels:

    该用户所能允许的最大通道数



2826
2827
2828
# File 'lib/v20230418/models.rb', line 2826

def CreateTime
  @CreateTime
end

#DescriptionObject

Parameters:

  • InstanceId:

    集群实例Id

  • User:

    用户名,登录时使用

  • Password:

    密码,登录时使用

  • Description:

    用户描述

  • Tags:

    用户标签,用于决定改用户访问RabbitMQ Management的权限范围

  • CreateTime:

    用户创建时间

  • ModifyTime:

    用户最后修改时间

  • Type:

    用户类型,System:系统创建,User:用户创建

  • MaxConnections:

    该用户所能允许的最大连接数

  • MaxChannels:

    该用户所能允许的最大通道数



2826
2827
2828
# File 'lib/v20230418/models.rb', line 2826

def Description
  @Description
end

#InstanceIdObject

Parameters:

  • InstanceId:

    集群实例Id

  • User:

    用户名,登录时使用

  • Password:

    密码,登录时使用

  • Description:

    用户描述

  • Tags:

    用户标签,用于决定改用户访问RabbitMQ Management的权限范围

  • CreateTime:

    用户创建时间

  • ModifyTime:

    用户最后修改时间

  • Type:

    用户类型,System:系统创建,User:用户创建

  • MaxConnections:

    该用户所能允许的最大连接数

  • MaxChannels:

    该用户所能允许的最大通道数



2826
2827
2828
# File 'lib/v20230418/models.rb', line 2826

def InstanceId
  @InstanceId
end

#MaxChannelsObject

Parameters:

  • InstanceId:

    集群实例Id

  • User:

    用户名,登录时使用

  • Password:

    密码,登录时使用

  • Description:

    用户描述

  • Tags:

    用户标签,用于决定改用户访问RabbitMQ Management的权限范围

  • CreateTime:

    用户创建时间

  • ModifyTime:

    用户最后修改时间

  • Type:

    用户类型,System:系统创建,User:用户创建

  • MaxConnections:

    该用户所能允许的最大连接数

  • MaxChannels:

    该用户所能允许的最大通道数



2826
2827
2828
# File 'lib/v20230418/models.rb', line 2826

def MaxChannels
  @MaxChannels
end

#MaxConnectionsObject

Parameters:

  • InstanceId:

    集群实例Id

  • User:

    用户名,登录时使用

  • Password:

    密码,登录时使用

  • Description:

    用户描述

  • Tags:

    用户标签,用于决定改用户访问RabbitMQ Management的权限范围

  • CreateTime:

    用户创建时间

  • ModifyTime:

    用户最后修改时间

  • Type:

    用户类型,System:系统创建,User:用户创建

  • MaxConnections:

    该用户所能允许的最大连接数

  • MaxChannels:

    该用户所能允许的最大通道数



2826
2827
2828
# File 'lib/v20230418/models.rb', line 2826

def MaxConnections
  @MaxConnections
end

#ModifyTimeObject

Parameters:

  • InstanceId:

    集群实例Id

  • User:

    用户名,登录时使用

  • Password:

    密码,登录时使用

  • Description:

    用户描述

  • Tags:

    用户标签,用于决定改用户访问RabbitMQ Management的权限范围

  • CreateTime:

    用户创建时间

  • ModifyTime:

    用户最后修改时间

  • Type:

    用户类型,System:系统创建,User:用户创建

  • MaxConnections:

    该用户所能允许的最大连接数

  • MaxChannels:

    该用户所能允许的最大通道数



2826
2827
2828
# File 'lib/v20230418/models.rb', line 2826

def ModifyTime
  @ModifyTime
end

#PasswordObject

Parameters:

  • InstanceId:

    集群实例Id

  • User:

    用户名,登录时使用

  • Password:

    密码,登录时使用

  • Description:

    用户描述

  • Tags:

    用户标签,用于决定改用户访问RabbitMQ Management的权限范围

  • CreateTime:

    用户创建时间

  • ModifyTime:

    用户最后修改时间

  • Type:

    用户类型,System:系统创建,User:用户创建

  • MaxConnections:

    该用户所能允许的最大连接数

  • MaxChannels:

    该用户所能允许的最大通道数



2826
2827
2828
# File 'lib/v20230418/models.rb', line 2826

def Password
  @Password
end

#TagsObject

Parameters:

  • InstanceId:

    集群实例Id

  • User:

    用户名,登录时使用

  • Password:

    密码,登录时使用

  • Description:

    用户描述

  • Tags:

    用户标签,用于决定改用户访问RabbitMQ Management的权限范围

  • CreateTime:

    用户创建时间

  • ModifyTime:

    用户最后修改时间

  • Type:

    用户类型,System:系统创建,User:用户创建

  • MaxConnections:

    该用户所能允许的最大连接数

  • MaxChannels:

    该用户所能允许的最大通道数



2826
2827
2828
# File 'lib/v20230418/models.rb', line 2826

def Tags
  @Tags
end

#TypeObject

Parameters:

  • InstanceId:

    集群实例Id

  • User:

    用户名,登录时使用

  • Password:

    密码,登录时使用

  • Description:

    用户描述

  • Tags:

    用户标签,用于决定改用户访问RabbitMQ Management的权限范围

  • CreateTime:

    用户创建时间

  • ModifyTime:

    用户最后修改时间

  • Type:

    用户类型,System:系统创建,User:用户创建

  • MaxConnections:

    该用户所能允许的最大连接数

  • MaxChannels:

    该用户所能允许的最大通道数



2826
2827
2828
# File 'lib/v20230418/models.rb', line 2826

def Type
  @Type
end

#UserObject

Parameters:

  • InstanceId:

    集群实例Id

  • User:

    用户名,登录时使用

  • Password:

    密码,登录时使用

  • Description:

    用户描述

  • Tags:

    用户标签,用于决定改用户访问RabbitMQ Management的权限范围

  • CreateTime:

    用户创建时间

  • ModifyTime:

    用户最后修改时间

  • Type:

    用户类型,System:系统创建,User:用户创建

  • MaxConnections:

    该用户所能允许的最大连接数

  • MaxChannels:

    该用户所能允许的最大通道数



2826
2827
2828
# File 'lib/v20230418/models.rb', line 2826

def User
  @User
end

Instance Method Details

#deserialize(params) ⇒ Object



2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
# File 'lib/v20230418/models.rb', line 2841

def deserialize(params)
  @InstanceId = params['InstanceId']
  @User = params['User']
  @Password = params['Password']
  @Description = params['Description']
  @Tags = params['Tags']
  @CreateTime = params['CreateTime']
  @ModifyTime = params['ModifyTime']
  @Type = params['Type']
  @MaxConnections = params['MaxConnections']
  @MaxChannels = params['MaxChannels']
end