Class: TencentCloud::Cwp::V20180228::AssetEnvBaseInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::AssetEnvBaseInfo
- Defined in:
- lib/v20180228/models.rb
Overview
资产管理环境变量列表
Instance Attribute Summary collapse
-
#FirstTime ⇒ Object
0:用户变量 1:系统变量.
-
#IsNew ⇒ Object
0:用户变量 1:系统变量.
-
#MachineExtraInfo ⇒ Object
0:用户变量 1:系统变量.
-
#MachineIp ⇒ Object
0:用户变量 1:系统变量.
-
#MachineName ⇒ Object
0:用户变量 1:系统变量.
-
#MachineWanIp ⇒ Object
0:用户变量 1:系统变量.
-
#Name ⇒ Object
0:用户变量 1:系统变量.
-
#OsInfo ⇒ Object
0:用户变量 1:系统变量.
-
#Quuid ⇒ Object
0:用户变量 1:系统变量.
-
#Type ⇒ Object
0:用户变量 1:系统变量.
-
#UpdateTime ⇒ Object
0:用户变量 1:系统变量.
-
#User ⇒ Object
0:用户变量 1:系统变量.
-
#Uuid ⇒ Object
0:用户变量 1:系统变量.
-
#Value ⇒ Object
0:用户变量 1:系统变量.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, type = nil, user = nil, value = nil, machineip = nil, machinename = nil, osinfo = nil, quuid = nil, uuid = nil, updatetime = nil, firsttime = nil, isnew = nil, machinewanip = nil, machineextrainfo = nil) ⇒ AssetEnvBaseInfo
constructor
A new instance of AssetEnvBaseInfo.
Constructor Details
#initialize(name = nil, type = nil, user = nil, value = nil, machineip = nil, machinename = nil, osinfo = nil, quuid = nil, uuid = nil, updatetime = nil, firsttime = nil, isnew = nil, machinewanip = nil, machineextrainfo = nil) ⇒ AssetEnvBaseInfo
Returns a new instance of AssetEnvBaseInfo.
734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 |
# File 'lib/v20180228/models.rb', line 734 def initialize(name=nil, type=nil, user=nil, value=nil, machineip=nil, machinename=nil, osinfo=nil, quuid=nil, uuid=nil, updatetime=nil, firsttime=nil, isnew=nil, machinewanip=nil, machineextrainfo=nil) @Name = name @Type = type @User = user @Value = value @MachineIp = machineip @MachineName = machinename @OsInfo = osinfo @Quuid = quuid @Uuid = uuid @UpdateTime = updatetime @FirstTime = firsttime @IsNew = isnew @MachineWanIp = machinewanip @MachineExtraInfo = machineextrainfo end |
Instance Attribute Details
#FirstTime ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def FirstTime @FirstTime end |
#IsNew ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def IsNew @IsNew end |
#MachineExtraInfo ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def MachineExtraInfo @MachineExtraInfo end |
#MachineIp ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def MachineIp @MachineIp end |
#MachineName ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def MachineName @MachineName end |
#MachineWanIp ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def MachineWanIp @MachineWanIp end |
#Name ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def Name @Name end |
#OsInfo ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def OsInfo @OsInfo end |
#Quuid ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def Quuid @Quuid end |
#Type ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def Type @Type end |
#UpdateTime ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def UpdateTime @UpdateTime end |
#User ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def User @User end |
#Uuid ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def Uuid @Uuid end |
#Value ⇒ Object
0:用户变量1:系统变量
732 733 734 |
# File 'lib/v20180228/models.rb', line 732 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 |
# File 'lib/v20180228/models.rb', line 751 def deserialize(params) @Name = params['Name'] @Type = params['Type'] @User = params['User'] @Value = params['Value'] @MachineIp = params['MachineIp'] @MachineName = params['MachineName'] @OsInfo = params['OsInfo'] @Quuid = params['Quuid'] @Uuid = params['Uuid'] @UpdateTime = params['UpdateTime'] @FirstTime = params['FirstTime'] @IsNew = params['IsNew'] @MachineWanIp = params['MachineWanIp'] unless params['MachineExtraInfo'].nil? @MachineExtraInfo = MachineExtraInfo.new @MachineExtraInfo.deserialize(params['MachineExtraInfo']) end end |