Class QueueConfigOverview
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.thpc.v20220401.models.QueueConfigOverview
-
public class QueueConfigOverview extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueueConfigOverview()QueueConfigOverview(QueueConfigOverview source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetEnableAutoExpansion()Get 是否开启自动扩容。BooleangetEnableAutoShrink()Get 是否开启自动缩容。ExpansionNodeConfigOverview[]getExpansionNodeConfigs()Get 扩容节点配置信息。LonggetMaxSize()Get 队列中弹性节点数量最大值。取值范围0~200。LonggetMinSize()Get 队列中弹性节点数量最小值。取值范围0~200。StringgetQueueName()Get 队列名称。voidsetEnableAutoExpansion(Boolean EnableAutoExpansion)Set 是否开启自动扩容。voidsetEnableAutoShrink(Boolean EnableAutoShrink)Set 是否开启自动缩容。voidsetExpansionNodeConfigs(ExpansionNodeConfigOverview[] ExpansionNodeConfigs)Set 扩容节点配置信息。voidsetMaxSize(Long MaxSize)Set 队列中弹性节点数量最大值。取值范围0~200。voidsetMinSize(Long MinSize)Set 队列中弹性节点数量最小值。取值范围0~200。voidsetQueueName(String QueueName)Set 队列名称。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QueueConfigOverview
public QueueConfigOverview()
-
QueueConfigOverview
public QueueConfigOverview(QueueConfigOverview source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getQueueName
public String getQueueName()
Get 队列名称。- Returns:
- QueueName 队列名称。
-
setQueueName
public void setQueueName(String QueueName)
Set 队列名称。- Parameters:
QueueName- 队列名称。
-
getMinSize
public Long getMinSize()
Get 队列中弹性节点数量最小值。取值范围0~200。- Returns:
- MinSize 队列中弹性节点数量最小值。取值范围0~200。
-
setMinSize
public void setMinSize(Long MinSize)
Set 队列中弹性节点数量最小值。取值范围0~200。- Parameters:
MinSize- 队列中弹性节点数量最小值。取值范围0~200。
-
getMaxSize
public Long getMaxSize()
Get 队列中弹性节点数量最大值。取值范围0~200。- Returns:
- MaxSize 队列中弹性节点数量最大值。取值范围0~200。
-
setMaxSize
public void setMaxSize(Long MaxSize)
Set 队列中弹性节点数量最大值。取值范围0~200。- Parameters:
MaxSize- 队列中弹性节点数量最大值。取值范围0~200。
-
getEnableAutoExpansion
public Boolean getEnableAutoExpansion()
Get 是否开启自动扩容。- Returns:
- EnableAutoExpansion 是否开启自动扩容。
-
setEnableAutoExpansion
public void setEnableAutoExpansion(Boolean EnableAutoExpansion)
Set 是否开启自动扩容。- Parameters:
EnableAutoExpansion- 是否开启自动扩容。
-
getEnableAutoShrink
public Boolean getEnableAutoShrink()
Get 是否开启自动缩容。- Returns:
- EnableAutoShrink 是否开启自动缩容。
-
setEnableAutoShrink
public void setEnableAutoShrink(Boolean EnableAutoShrink)
Set 是否开启自动缩容。- Parameters:
EnableAutoShrink- 是否开启自动缩容。
-
getExpansionNodeConfigs
public ExpansionNodeConfigOverview[] getExpansionNodeConfigs()
Get 扩容节点配置信息。- Returns:
- ExpansionNodeConfigs 扩容节点配置信息。
-
setExpansionNodeConfigs
public void setExpansionNodeConfigs(ExpansionNodeConfigOverview[] ExpansionNodeConfigs)
Set 扩容节点配置信息。- Parameters:
ExpansionNodeConfigs- 扩容节点配置信息。
-
-