Class: TencentCloud::Cwp::V20180228::DescribePublicProxyInstallCommandResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

DescribePublicProxyInstallCommand返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nginxcommand = nil, keepalivecommand = nil, requestid = nil) ⇒ DescribePublicProxyInstallCommandResponse

Returns a new instance of DescribePublicProxyInstallCommandResponse.



19495
19496
19497
19498
19499
# File 'lib/v20180228/models.rb', line 19495

def initialize(nginxcommand=nil, keepalivecommand=nil, requestid=nil)
  @NginxCommand = nginxcommand
  @KeepAliveCommand = keepalivecommand
  @RequestId = requestid
end

Instance Attribute Details

#KeepAliveCommandObject

Parameters:

  • NginxCommand:

    Nginx安装命令

  • KeepAliveCommand:

    Keepalived安装命令

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



19493
19494
19495
# File 'lib/v20180228/models.rb', line 19493

def KeepAliveCommand
  @KeepAliveCommand
end

#NginxCommandObject

Parameters:

  • NginxCommand:

    Nginx安装命令

  • KeepAliveCommand:

    Keepalived安装命令

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



19493
19494
19495
# File 'lib/v20180228/models.rb', line 19493

def NginxCommand
  @NginxCommand
end

#RequestIdObject

Parameters:

  • NginxCommand:

    Nginx安装命令

  • KeepAliveCommand:

    Keepalived安装命令

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



19493
19494
19495
# File 'lib/v20180228/models.rb', line 19493

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



19501
19502
19503
19504
19505
# File 'lib/v20180228/models.rb', line 19501

def deserialize(params)
  @NginxCommand = params['NginxCommand']
  @KeepAliveCommand = params['KeepAliveCommand']
  @RequestId = params['RequestId']
end