Class: TencentCloud::Cwp::V20180228::DescribeAssetInfoResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAssetInfoResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAssetInfo返回参数结构体
Instance Attribute Summary collapse
- #AccountCount ⇒ Object
- #AccountNewCount ⇒ Object
- #DatabaseCount ⇒ Object
- #DatabaseNewCount ⇒ Object
- #MachineCount ⇒ Object
- #MachineNewCount ⇒ Object
- #PortCount ⇒ Object
- #PortNewCount ⇒ Object
- #ProcessCount ⇒ Object
- #ProcessNewCount ⇒ Object
- #RequestId ⇒ Object
- #SoftwareCount ⇒ Object
- #SoftwareNewCount ⇒ Object
- #WebAppCount ⇒ Object
- #WebAppNewCount ⇒ Object
- #WebFrameCount ⇒ Object
- #WebFrameNewCount ⇒ Object
- #WebLocationCount ⇒ Object
- #WebLocationNewCount ⇒ Object
- #WebServiceCount ⇒ Object
- #WebServiceNewCount ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(machinecount = nil, accountcount = nil, portcount = nil, processcount = nil, softwarecount = nil, databasecount = nil, webappcount = nil, webframecount = nil, webservicecount = nil, weblocationcount = nil, accountnewcount = nil, portnewcount = nil, processnewcount = nil, softwarenewcount = nil, databasenewcount = nil, webappnewcount = nil, webframenewcount = nil, webservicenewcount = nil, weblocationnewcount = nil, machinenewcount = nil, requestid = nil) ⇒ DescribeAssetInfoResponse
constructor
A new instance of DescribeAssetInfoResponse.
Constructor Details
#initialize(machinecount = nil, accountcount = nil, portcount = nil, processcount = nil, softwarecount = nil, databasecount = nil, webappcount = nil, webframecount = nil, webservicecount = nil, weblocationcount = nil, accountnewcount = nil, portnewcount = nil, processnewcount = nil, softwarenewcount = nil, databasenewcount = nil, webappnewcount = nil, webframenewcount = nil, webservicenewcount = nil, weblocationnewcount = nil, machinenewcount = nil, requestid = nil) ⇒ DescribeAssetInfoResponse
Returns a new instance of DescribeAssetInfoResponse.
8834 8835 8836 8837 8838 8839 8840 8841 8842 8843 8844 8845 8846 8847 8848 8849 8850 8851 8852 8853 8854 8855 8856 |
# File 'lib/v20180228/models.rb', line 8834 def initialize(machinecount=nil, accountcount=nil, portcount=nil, processcount=nil, softwarecount=nil, databasecount=nil, webappcount=nil, webframecount=nil, webservicecount=nil, weblocationcount=nil, accountnewcount=nil, portnewcount=nil, processnewcount=nil, softwarenewcount=nil, databasenewcount=nil, webappnewcount=nil, webframenewcount=nil, webservicenewcount=nil, weblocationnewcount=nil, machinenewcount=nil, requestid=nil) @MachineCount = machinecount @AccountCount = accountcount @PortCount = portcount @ProcessCount = processcount @SoftwareCount = softwarecount @DatabaseCount = databasecount @WebAppCount = webappcount @WebFrameCount = webframecount @WebServiceCount = webservicecount @WebLocationCount = weblocationcount @AccountNewCount = accountnewcount @PortNewCount = portnewcount @ProcessNewCount = processnewcount @SoftwareNewCount = softwarenewcount @DatabaseNewCount = databasenewcount @WebAppNewCount = webappnewcount @WebFrameNewCount = webframenewcount @WebServiceNewCount = webservicenewcount @WebLocationNewCount = weblocationnewcount @MachineNewCount = machinenewcount @RequestId = requestid end |
Instance Attribute Details
#AccountCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def AccountCount @AccountCount end |
#AccountNewCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def AccountNewCount @AccountNewCount end |
#DatabaseCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def DatabaseCount @DatabaseCount end |
#DatabaseNewCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def DatabaseNewCount @DatabaseNewCount end |
#MachineCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def MachineCount @MachineCount end |
#MachineNewCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def MachineNewCount @MachineNewCount end |
#PortCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def PortCount @PortCount end |
#PortNewCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def PortNewCount @PortNewCount end |
#ProcessCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def ProcessCount @ProcessCount end |
#ProcessNewCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def ProcessNewCount @ProcessNewCount end |
#RequestId ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def RequestId @RequestId end |
#SoftwareCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def SoftwareCount @SoftwareCount end |
#SoftwareNewCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def SoftwareNewCount @SoftwareNewCount end |
#WebAppCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def WebAppCount @WebAppCount end |
#WebAppNewCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def WebAppNewCount @WebAppNewCount end |
#WebFrameCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def WebFrameCount @WebFrameCount end |
#WebFrameNewCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def WebFrameNewCount @WebFrameNewCount end |
#WebLocationCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def WebLocationCount @WebLocationCount end |
#WebLocationNewCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def WebLocationNewCount @WebLocationNewCount end |
#WebServiceCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def WebServiceCount @WebServiceCount end |
#WebServiceNewCount ⇒ Object
8832 8833 8834 |
# File 'lib/v20180228/models.rb', line 8832 def WebServiceNewCount @WebServiceNewCount end |
Instance Method Details
#deserialize(params) ⇒ Object
8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 8876 8877 8878 8879 8880 |
# File 'lib/v20180228/models.rb', line 8858 def deserialize(params) @MachineCount = params['MachineCount'] @AccountCount = params['AccountCount'] @PortCount = params['PortCount'] @ProcessCount = params['ProcessCount'] @SoftwareCount = params['SoftwareCount'] @DatabaseCount = params['DatabaseCount'] @WebAppCount = params['WebAppCount'] @WebFrameCount = params['WebFrameCount'] @WebServiceCount = params['WebServiceCount'] @WebLocationCount = params['WebLocationCount'] @AccountNewCount = params['AccountNewCount'] @PortNewCount = params['PortNewCount'] @ProcessNewCount = params['ProcessNewCount'] @SoftwareNewCount = params['SoftwareNewCount'] @DatabaseNewCount = params['DatabaseNewCount'] @WebAppNewCount = params['WebAppNewCount'] @WebFrameNewCount = params['WebFrameNewCount'] @WebServiceNewCount = params['WebServiceNewCount'] @WebLocationNewCount = params['WebLocationNewCount'] @MachineNewCount = params['MachineNewCount'] @RequestId = params['RequestId'] end |