Class: TencentCloud::Cdb::V20170320::AccountInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::AccountInfo
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20170320/models.rb
Overview
账号详细信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #Host ⇒ Object
- #MaxUserConnections ⇒ Object
- #ModifyPasswordTime ⇒ Object
- #ModifyTime ⇒ Object
- #Notes ⇒ Object
- #OpenCam ⇒ Object
- #User ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(notes = nil, host = nil, user = nil, modifytime = nil, modifypasswordtime = nil, createtime = nil, maxuserconnections = nil, opencam = nil) ⇒ AccountInfo
constructor
A new instance of AccountInfo.
Constructor Details
#initialize(notes = nil, host = nil, user = nil, modifytime = nil, modifypasswordtime = nil, createtime = nil, maxuserconnections = nil, opencam = nil) ⇒ AccountInfo
Returns a new instance of AccountInfo.
67 68 69 70 71 72 73 74 75 76 |
# File 'lib/v20170320/models.rb', line 67 def initialize(notes=nil, host=nil, user=nil, modifytime=nil, modifypasswordtime=nil, createtime=nil, maxuserconnections=nil, opencam=nil) @Notes = notes @Host = host @User = user @ModifyTime = modifytime @ModifyPasswordTime = modifypasswordtime @CreateTime = createtime @MaxUserConnections = maxuserconnections @OpenCam = opencam end |
Instance Attribute Details
#CreateTime ⇒ Object
62 63 64 |
# File 'lib/v20170320/models.rb', line 62 def CreateTime @CreateTime end |
#Host ⇒ Object
62 63 64 |
# File 'lib/v20170320/models.rb', line 62 def Host @Host end |
#MaxUserConnections ⇒ Object
62 63 64 |
# File 'lib/v20170320/models.rb', line 62 def MaxUserConnections @MaxUserConnections end |
#ModifyPasswordTime ⇒ Object
62 63 64 |
# File 'lib/v20170320/models.rb', line 62 def ModifyPasswordTime @ModifyPasswordTime end |
#ModifyTime ⇒ Object
62 63 64 |
# File 'lib/v20170320/models.rb', line 62 def ModifyTime @ModifyTime end |
#Notes ⇒ Object
62 63 64 |
# File 'lib/v20170320/models.rb', line 62 def Notes @Notes end |
#OpenCam ⇒ Object
62 63 64 |
# File 'lib/v20170320/models.rb', line 62 def OpenCam @OpenCam end |
#User ⇒ Object
62 63 64 |
# File 'lib/v20170320/models.rb', line 62 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
78 79 80 81 82 83 84 85 86 87 |
# File 'lib/v20170320/models.rb', line 78 def deserialize(params) @Notes = params['Notes'] @Host = params['Host'] @User = params['User'] @ModifyTime = params['ModifyTime'] @ModifyPasswordTime = params['ModifyPasswordTime'] @CreateTime = params['CreateTime'] @MaxUserConnections = params['MaxUserConnections'] @OpenCam = params['OpenCam'] end |