Class: TencentCloud::Cwp::V20180228::TagMachine
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::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.
39207 39208 39209 39210 39211 39212 39213 39214 39215 |
# File 'lib/v20180228/models.rb', line 39207 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
39205 39206 39207 |
# File 'lib/v20180228/models.rb', line 39205 def Id @Id end |
#MachineIp ⇒ Object
39205 39206 39207 |
# File 'lib/v20180228/models.rb', line 39205 def MachineIp @MachineIp end |
#MachineName ⇒ Object
39205 39206 39207 |
# File 'lib/v20180228/models.rb', line 39205 def MachineName @MachineName end |
#MachineRegion ⇒ Object
39205 39206 39207 |
# File 'lib/v20180228/models.rb', line 39205 def MachineRegion @MachineRegion end |
#MachineType ⇒ Object
39205 39206 39207 |
# File 'lib/v20180228/models.rb', line 39205 def MachineType @MachineType end |
#MachineWanIp ⇒ Object
39205 39206 39207 |
# File 'lib/v20180228/models.rb', line 39205 def MachineWanIp @MachineWanIp end |
#Quuid ⇒ Object
39205 39206 39207 |
# File 'lib/v20180228/models.rb', line 39205 def Quuid @Quuid end |
Instance Method Details
#deserialize(params) ⇒ Object
39217 39218 39219 39220 39221 39222 39223 39224 39225 |
# File 'lib/v20180228/models.rb', line 39217 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 |