Class: TencentCloud::Cwp::V20180228::AssetDatabaseDetail
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::AssetDatabaseDetail
- Defined in:
- lib/v20180228/models.rb
Overview
资源管理数据库列表信息
Instance Attribute Summary collapse
- #BinPath ⇒ Object
- #ConfigPath ⇒ Object
- #DataPath ⇒ Object
- #ErrorLogPath ⇒ Object
- #Ip ⇒ Object
- #LogPath ⇒ Object
- #MachineIp ⇒ Object
- #MachineWanIp ⇒ Object
- #Name ⇒ Object
- #OsInfo ⇒ Object
- #Param ⇒ Object
- #Permission ⇒ Object
- #PlugInPath ⇒ Object
- #Port ⇒ Object
- #Proto ⇒ Object
- #Quuid ⇒ Object
- #UpdateTime ⇒ Object
- #User ⇒ Object
- #Uuid ⇒ Object
- #Version ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(machineip = nil, machinewanip = nil, quuid = nil, uuid = nil, osinfo = nil, name = nil, version = nil, port = nil, proto = nil, user = nil, ip = nil, configpath = nil, logpath = nil, datapath = nil, permission = nil, errorlogpath = nil, pluginpath = nil, binpath = nil, param = nil, updatetime = nil) ⇒ AssetDatabaseDetail
constructor
A new instance of AssetDatabaseDetail.
Constructor Details
#initialize(machineip = nil, machinewanip = nil, quuid = nil, uuid = nil, osinfo = nil, name = nil, version = nil, port = nil, proto = nil, user = nil, ip = nil, configpath = nil, logpath = nil, datapath = nil, permission = nil, errorlogpath = nil, pluginpath = nil, binpath = nil, param = nil, updatetime = nil) ⇒ AssetDatabaseDetail
Returns a new instance of AssetDatabaseDetail.
616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 |
# File 'lib/v20180228/models.rb', line 616 def initialize(machineip=nil, machinewanip=nil, quuid=nil, uuid=nil, osinfo=nil, name=nil, version=nil, port=nil, proto=nil, user=nil, ip=nil, configpath=nil, logpath=nil, datapath=nil, =nil, errorlogpath=nil, pluginpath=nil, binpath=nil, param=nil, updatetime=nil) @MachineIp = machineip @MachineWanIp = machinewanip @Quuid = quuid @Uuid = uuid @OsInfo = osinfo @Name = name @Version = version @Port = port @Proto = proto @User = user @Ip = ip @ConfigPath = configpath @LogPath = logpath @DataPath = datapath @Permission = @ErrorLogPath = errorlogpath @PlugInPath = pluginpath @BinPath = binpath @Param = param @UpdateTime = updatetime end |
Instance Attribute Details
#BinPath ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def BinPath @BinPath end |
#ConfigPath ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def ConfigPath @ConfigPath end |
#DataPath ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def DataPath @DataPath end |
#ErrorLogPath ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def ErrorLogPath @ErrorLogPath end |
#Ip ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def Ip @Ip end |
#LogPath ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def LogPath @LogPath end |
#MachineIp ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def MachineIp @MachineIp end |
#MachineWanIp ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def MachineWanIp @MachineWanIp end |
#Name ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def Name @Name end |
#OsInfo ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def OsInfo @OsInfo end |
#Param ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def Param @Param end |
#Permission ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def Permission @Permission end |
#PlugInPath ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def PlugInPath @PlugInPath end |
#Port ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def Port @Port end |
#Proto ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def Proto @Proto end |
#Quuid ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def Quuid @Quuid end |
#UpdateTime ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def UpdateTime @UpdateTime end |
#User ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def User @User end |
#Uuid ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def Uuid @Uuid end |
#Version ⇒ Object
614 615 616 |
# File 'lib/v20180228/models.rb', line 614 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 |
# File 'lib/v20180228/models.rb', line 639 def deserialize(params) @MachineIp = params['MachineIp'] @MachineWanIp = params['MachineWanIp'] @Quuid = params['Quuid'] @Uuid = params['Uuid'] @OsInfo = params['OsInfo'] @Name = params['Name'] @Version = params['Version'] @Port = params['Port'] @Proto = params['Proto'] @User = params['User'] @Ip = params['Ip'] @ConfigPath = params['ConfigPath'] @LogPath = params['LogPath'] @DataPath = params['DataPath'] @Permission = params['Permission'] @ErrorLogPath = params['ErrorLogPath'] @PlugInPath = params['PlugInPath'] @BinPath = params['BinPath'] @Param = params['Param'] @UpdateTime = params['UpdateTime'] end |