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.
6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 |
# File 'lib/v20210527/models.rb', line 6634 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
6632 6633 6634 |
# File 'lib/v20210527/models.rb', line 6632 def Address @Address end |
#Age ⇒ Object
格式:IP:Port
6632 6633 6634 |
# File 'lib/v20210527/models.rb', line 6632 def Age @Age end |
#FileDescriptor ⇒ Object
格式:IP:Port
6632 6633 6634 |
# File 'lib/v20210527/models.rb', line 6632 def FileDescriptor @FileDescriptor end |
#Id ⇒ Object
格式:IP:Port
6632 6633 6634 |
# File 'lib/v20210527/models.rb', line 6632 def Id @Id end |
#Idle ⇒ Object
格式:IP:Port
6632 6633 6634 |
# File 'lib/v20210527/models.rb', line 6632 def Idle @Idle end |
#LastCommand ⇒ Object
格式:IP:Port
6632 6633 6634 |
# File 'lib/v20210527/models.rb', line 6632 def LastCommand @LastCommand end |
#Name ⇒ Object
格式:IP:Port
6632 6633 6634 |
# File 'lib/v20210527/models.rb', line 6632 def Name @Name end |
#ProxyId ⇒ Object
格式:IP:Port
6632 6633 6634 |
# File 'lib/v20210527/models.rb', line 6632 def ProxyId @ProxyId end |
Instance Method Details
#deserialize(params) ⇒ Object
6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 |
# File 'lib/v20210527/models.rb', line 6645 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 |