Class: TencentCloud::Thpc::V20220401::SetAutoScalingConfigurationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20220401::SetAutoScalingConfigurationRequest
- Defined in:
- lib/v20220401/models.rb
Overview
SetAutoScalingConfiguration请求参数结构体
Instance Attribute Summary collapse
-
#ClusterId ⇒ Object
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。 如果检查不通过,则返回对应错误码; 如果检查通过,则返回RequestId。 false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。.
-
#DryRun ⇒ Object
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。 如果检查不通过,则返回对应错误码; 如果检查通过,则返回RequestId。 false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。.
-
#ExpansionBusyTime ⇒ Object
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。 如果检查不通过,则返回对应错误码; 如果检查通过,则返回RequestId。 false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。.
-
#QueueConfigs ⇒ Object
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。 如果检查不通过,则返回对应错误码; 如果检查通过,则返回RequestId。 false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。.
-
#ShrinkIdleTime ⇒ Object
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。 如果检查不通过,则返回对应错误码; 如果检查通过,则返回RequestId。 false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, expansionbusytime = nil, shrinkidletime = nil, queueconfigs = nil, dryrun = nil) ⇒ SetAutoScalingConfigurationRequest
constructor
A new instance of SetAutoScalingConfigurationRequest.
Constructor Details
#initialize(clusterid = nil, expansionbusytime = nil, shrinkidletime = nil, queueconfigs = nil, dryrun = nil) ⇒ SetAutoScalingConfigurationRequest
Returns a new instance of SetAutoScalingConfigurationRequest.
1885 1886 1887 1888 1889 1890 1891 |
# File 'lib/v20220401/models.rb', line 1885 def initialize(clusterid=nil, expansionbusytime=nil, shrinkidletime=nil, queueconfigs=nil, dryrun=nil) @ClusterId = clusterid @ExpansionBusyTime = expansionbusytime @ShrinkIdleTime = shrinkidletime @QueueConfigs = queueconfigs @DryRun = dryrun end |
Instance Attribute Details
#ClusterId ⇒ Object
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。 如果检查不通过,则返回对应错误码; 如果检查通过,则返回RequestId。 false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。
1883 1884 1885 |
# File 'lib/v20220401/models.rb', line 1883 def ClusterId @ClusterId end |
#DryRun ⇒ Object
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。 如果检查不通过,则返回对应错误码; 如果检查通过,则返回RequestId。 false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。
1883 1884 1885 |
# File 'lib/v20220401/models.rb', line 1883 def DryRun @DryRun end |
#ExpansionBusyTime ⇒ Object
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。 如果检查不通过,则返回对应错误码; 如果检查通过,则返回RequestId。 false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。
1883 1884 1885 |
# File 'lib/v20220401/models.rb', line 1883 def ExpansionBusyTime @ExpansionBusyTime end |
#QueueConfigs ⇒ Object
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。 如果检查不通过,则返回对应错误码; 如果检查通过,则返回RequestId。 false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。
1883 1884 1885 |
# File 'lib/v20220401/models.rb', line 1883 def QueueConfigs @QueueConfigs end |
#ShrinkIdleTime ⇒ Object
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。 如果检查不通过,则返回对应错误码; 如果检查通过,则返回RequestId。 false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。
1883 1884 1885 |
# File 'lib/v20220401/models.rb', line 1883 def ShrinkIdleTime @ShrinkIdleTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 |
# File 'lib/v20220401/models.rb', line 1893 def deserialize(params) @ClusterId = params['ClusterId'] @ExpansionBusyTime = params['ExpansionBusyTime'] @ShrinkIdleTime = params['ShrinkIdleTime'] unless params['QueueConfigs'].nil? @QueueConfigs = [] params['QueueConfigs'].each do |i| queueconfig_tmp = QueueConfig.new queueconfig_tmp.deserialize(i) @QueueConfigs << queueconfig_tmp end end @DryRun = params['DryRun'] end |