Class: TencentCloud::Cwp::V20180228::DescribeAgentInstallCommandResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAgentInstallCommandResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAgentInstallCommand返回参数结构体
Instance Attribute Summary collapse
- #ARMCommand ⇒ Object
- #LinuxCommand ⇒ Object
- #RequestId ⇒ Object
- #WindowsCommand ⇒ Object
- #WindowsDownloadUrl ⇒ Object
- #WindowsStepOne ⇒ Object
- #WindowsStepTwo ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(linuxcommand = nil, windowscommand = nil, windowsstepone = nil, windowssteptwo = nil, windowsdownloadurl = nil, armcommand = nil, requestid = nil) ⇒ DescribeAgentInstallCommandResponse
constructor
A new instance of DescribeAgentInstallCommandResponse.
Constructor Details
#initialize(linuxcommand = nil, windowscommand = nil, windowsstepone = nil, windowssteptwo = nil, windowsdownloadurl = nil, armcommand = nil, requestid = nil) ⇒ DescribeAgentInstallCommandResponse
Returns a new instance of DescribeAgentInstallCommandResponse.
7883 7884 7885 7886 7887 7888 7889 7890 7891 |
# File 'lib/v20180228/models.rb', line 7883 def initialize(linuxcommand=nil, windowscommand=nil, windowsstepone=nil, windowssteptwo=nil, windowsdownloadurl=nil, armcommand=nil, requestid=nil) @LinuxCommand = linuxcommand @WindowsCommand = windowscommand @WindowsStepOne = windowsstepone @WindowsStepTwo = windowssteptwo @WindowsDownloadUrl = windowsdownloadurl @ARMCommand = armcommand @RequestId = requestid end |
Instance Attribute Details
#ARMCommand ⇒ Object
7881 7882 7883 |
# File 'lib/v20180228/models.rb', line 7881 def ARMCommand @ARMCommand end |
#LinuxCommand ⇒ Object
7881 7882 7883 |
# File 'lib/v20180228/models.rb', line 7881 def LinuxCommand @LinuxCommand end |
#RequestId ⇒ Object
7881 7882 7883 |
# File 'lib/v20180228/models.rb', line 7881 def RequestId @RequestId end |
#WindowsCommand ⇒ Object
7881 7882 7883 |
# File 'lib/v20180228/models.rb', line 7881 def WindowsCommand @WindowsCommand end |
#WindowsDownloadUrl ⇒ Object
7881 7882 7883 |
# File 'lib/v20180228/models.rb', line 7881 def WindowsDownloadUrl @WindowsDownloadUrl end |
#WindowsStepOne ⇒ Object
7881 7882 7883 |
# File 'lib/v20180228/models.rb', line 7881 def WindowsStepOne @WindowsStepOne end |
#WindowsStepTwo ⇒ Object
7881 7882 7883 |
# File 'lib/v20180228/models.rb', line 7881 def WindowsStepTwo @WindowsStepTwo end |
Instance Method Details
#deserialize(params) ⇒ Object
7893 7894 7895 7896 7897 7898 7899 7900 7901 |
# File 'lib/v20180228/models.rb', line 7893 def deserialize(params) @LinuxCommand = params['LinuxCommand'] @WindowsCommand = params['WindowsCommand'] @WindowsStepOne = params['WindowsStepOne'] @WindowsStepTwo = params['WindowsStepTwo'] @WindowsDownloadUrl = params['WindowsDownloadUrl'] @ARMCommand = params['ARMCommand'] @RequestId = params['RequestId'] end |