Class: TencentCloud::Dbbrain::V20210527::Process
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::Process
- Defined in:
- lib/v20210527/models.rb
Overview
实时会话详情。
Instance Attribute Summary collapse
-
#Address ⇒ Object
格式:IP:Port.
-
#Age ⇒ Object
格式:IP:Port.
-
#FileDescriptor ⇒ Object
格式:IP:Port.
-
#Id ⇒ Object
格式:IP:Port.
-
#Idle ⇒ Object
格式:IP:Port.
-
#LastCommand ⇒ Object
格式:IP:Port.
-
#Name ⇒ Object
格式:IP:Port.
-
#ProxyId ⇒ Object
格式:IP:Port.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, address = nil, filedescriptor = nil, name = nil, lastcommand = nil, age = nil, idle = nil, proxyid = nil) ⇒ Process
constructor
A new instance of Process.
Constructor Details
#initialize(id = nil, address = nil, filedescriptor = nil, name = nil, lastcommand = nil, age = nil, idle = nil, proxyid = nil) ⇒ Process
Returns a new instance of Process.
6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 |
# File 'lib/v20210527/models.rb', line 6570 def initialize(id=nil, address=nil, filedescriptor=nil, name=nil, lastcommand=nil, age=nil, idle=nil, proxyid=nil) @Id = id @Address = address @FileDescriptor = filedescriptor @Name = name @LastCommand = lastcommand @Age = age @Idle = idle @ProxyId = proxyid end |
Instance Attribute Details
#Address ⇒ Object
格式:IP:Port
6568 6569 6570 |
# File 'lib/v20210527/models.rb', line 6568 def Address @Address end |
#Age ⇒ Object
格式:IP:Port
6568 6569 6570 |
# File 'lib/v20210527/models.rb', line 6568 def Age @Age end |
#FileDescriptor ⇒ Object
格式:IP:Port
6568 6569 6570 |
# File 'lib/v20210527/models.rb', line 6568 def FileDescriptor @FileDescriptor end |
#Id ⇒ Object
格式:IP:Port
6568 6569 6570 |
# File 'lib/v20210527/models.rb', line 6568 def Id @Id end |
#Idle ⇒ Object
格式:IP:Port
6568 6569 6570 |
# File 'lib/v20210527/models.rb', line 6568 def Idle @Idle end |
#LastCommand ⇒ Object
格式:IP:Port
6568 6569 6570 |
# File 'lib/v20210527/models.rb', line 6568 def LastCommand @LastCommand end |
#Name ⇒ Object
格式:IP:Port
6568 6569 6570 |
# File 'lib/v20210527/models.rb', line 6568 def Name @Name end |
#ProxyId ⇒ Object
格式:IP:Port
6568 6569 6570 |
# File 'lib/v20210527/models.rb', line 6568 def ProxyId @ProxyId end |
Instance Method Details
#deserialize(params) ⇒ Object
6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 |
# File 'lib/v20210527/models.rb', line 6581 def deserialize(params) @Id = params['Id'] @Address = params['Address'] @FileDescriptor = params['FileDescriptor'] @Name = params['Name'] @LastCommand = params['LastCommand'] @Age = params['Age'] @Idle = params['Idle'] @ProxyId = params['ProxyId'] end |