Class: TencentCloud::Yunjing::V20180228::TagMachine
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::TagMachine
- Defined in:
- lib/v20180228/models.rb
Overview
标签相关服务器信息
Instance Attribute Summary collapse
- #Id ⇒ Object
- #MachineIp ⇒ Object
- #MachineName ⇒ Object
- #MachineRegion ⇒ Object
- #MachineType ⇒ Object
- #MachineWanIp ⇒ Object
- #Quuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, quuid = nil, machinename = nil, machineip = nil, machinewanip = nil, machineregion = nil, machinetype = nil) ⇒ TagMachine
constructor
A new instance of TagMachine.
Constructor Details
#initialize(id = nil, quuid = nil, machinename = nil, machineip = nil, machinewanip = nil, machineregion = nil, machinetype = nil) ⇒ TagMachine
Returns a new instance of TagMachine.
6485 6486 6487 6488 6489 6490 6491 6492 6493 |
# File 'lib/v20180228/models.rb', line 6485 def initialize(id=nil, quuid=nil, machinename=nil, machineip=nil, machinewanip=nil, machineregion=nil, machinetype=nil) @Id = id @Quuid = quuid @MachineName = machinename @MachineIp = machineip @MachineWanIp = machinewanip @MachineRegion = machineregion @MachineType = machinetype end |
Instance Attribute Details
#Id ⇒ Object
6483 6484 6485 |
# File 'lib/v20180228/models.rb', line 6483 def Id @Id end |
#MachineIp ⇒ Object
6483 6484 6485 |
# File 'lib/v20180228/models.rb', line 6483 def MachineIp @MachineIp end |
#MachineName ⇒ Object
6483 6484 6485 |
# File 'lib/v20180228/models.rb', line 6483 def MachineName @MachineName end |
#MachineRegion ⇒ Object
6483 6484 6485 |
# File 'lib/v20180228/models.rb', line 6483 def MachineRegion @MachineRegion end |
#MachineType ⇒ Object
6483 6484 6485 |
# File 'lib/v20180228/models.rb', line 6483 def MachineType @MachineType end |
#MachineWanIp ⇒ Object
6483 6484 6485 |
# File 'lib/v20180228/models.rb', line 6483 def MachineWanIp @MachineWanIp end |
#Quuid ⇒ Object
6483 6484 6485 |
# File 'lib/v20180228/models.rb', line 6483 def Quuid @Quuid end |
Instance Method Details
#deserialize(params) ⇒ Object
6495 6496 6497 6498 6499 6500 6501 6502 6503 |
# File 'lib/v20180228/models.rb', line 6495 def deserialize(params) @Id = params['Id'] @Quuid = params['Quuid'] @MachineName = params['MachineName'] @MachineIp = params['MachineIp'] @MachineWanIp = params['MachineWanIp'] @MachineRegion = params['MachineRegion'] @MachineType = params['MachineType'] end |