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.
7904 7905 7906 7907 7908 7909 7910 7911 7912 |
# File 'lib/v20180228/models.rb', line 7904 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
7902 7903 7904 |
# File 'lib/v20180228/models.rb', line 7902 def ARMCommand @ARMCommand end |
#LinuxCommand ⇒ Object
7902 7903 7904 |
# File 'lib/v20180228/models.rb', line 7902 def LinuxCommand @LinuxCommand end |
#RequestId ⇒ Object
7902 7903 7904 |
# File 'lib/v20180228/models.rb', line 7902 def RequestId @RequestId end |
#WindowsCommand ⇒ Object
7902 7903 7904 |
# File 'lib/v20180228/models.rb', line 7902 def WindowsCommand @WindowsCommand end |
#WindowsDownloadUrl ⇒ Object
7902 7903 7904 |
# File 'lib/v20180228/models.rb', line 7902 def WindowsDownloadUrl @WindowsDownloadUrl end |
#WindowsStepOne ⇒ Object
7902 7903 7904 |
# File 'lib/v20180228/models.rb', line 7902 def WindowsStepOne @WindowsStepOne end |
#WindowsStepTwo ⇒ Object
7902 7903 7904 |
# File 'lib/v20180228/models.rb', line 7902 def WindowsStepTwo @WindowsStepTwo end |
Instance Method Details
#deserialize(params) ⇒ Object
7914 7915 7916 7917 7918 7919 7920 7921 7922 |
# File 'lib/v20180228/models.rb', line 7914 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 |