Class: TencentCloud::Yunjing::V20180228::OpenPort
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::OpenPort
- Defined in:
- lib/v20180228/models.rb
Overview
端口列表
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #Id ⇒ Object
- #MachineIp ⇒ Object
- #MachineName ⇒ Object
- #ModifyTime ⇒ Object
- #Pid ⇒ Object
- #Port ⇒ Object
- #ProcessName ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuid = nil, port = nil, machineip = nil, machinename = nil, processname = nil, pid = nil, createtime = nil, modifytime = nil) ⇒ OpenPort
constructor
A new instance of OpenPort.
Constructor Details
#initialize(id = nil, uuid = nil, port = nil, machineip = nil, machinename = nil, processname = nil, pid = nil, createtime = nil, modifytime = nil) ⇒ OpenPort
Returns a new instance of OpenPort.
5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 |
# File 'lib/v20180228/models.rb', line 5575 def initialize(id=nil, uuid=nil, port=nil, machineip=nil, machinename=nil, processname=nil, pid=nil, createtime=nil, modifytime=nil) @Id = id @Uuid = uuid @Port = port @MachineIp = machineip @MachineName = machinename @ProcessName = processname @Pid = pid @CreateTime = createtime @ModifyTime = modifytime end |
Instance Attribute Details
#CreateTime ⇒ Object
5573 5574 5575 |
# File 'lib/v20180228/models.rb', line 5573 def CreateTime @CreateTime end |
#Id ⇒ Object
5573 5574 5575 |
# File 'lib/v20180228/models.rb', line 5573 def Id @Id end |
#MachineIp ⇒ Object
5573 5574 5575 |
# File 'lib/v20180228/models.rb', line 5573 def MachineIp @MachineIp end |
#MachineName ⇒ Object
5573 5574 5575 |
# File 'lib/v20180228/models.rb', line 5573 def MachineName @MachineName end |
#ModifyTime ⇒ Object
5573 5574 5575 |
# File 'lib/v20180228/models.rb', line 5573 def ModifyTime @ModifyTime end |
#Pid ⇒ Object
5573 5574 5575 |
# File 'lib/v20180228/models.rb', line 5573 def Pid @Pid end |
#Port ⇒ Object
5573 5574 5575 |
# File 'lib/v20180228/models.rb', line 5573 def Port @Port end |
#ProcessName ⇒ Object
5573 5574 5575 |
# File 'lib/v20180228/models.rb', line 5573 def ProcessName @ProcessName end |
#Uuid ⇒ Object
5573 5574 5575 |
# File 'lib/v20180228/models.rb', line 5573 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 |
# File 'lib/v20180228/models.rb', line 5587 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @Port = params['Port'] @MachineIp = params['MachineIp'] @MachineName = params['MachineName'] @ProcessName = params['ProcessName'] @Pid = params['Pid'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] end |