public class CreateProClusterRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateProClusterRequest() |
CreateProClusterRequest(CreateProClusterRequest 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAutoRenewFlag()
Get 1: true,开启自动按月续费
0: false,关闭自动按月续费
|
Long |
getAutoVoucher()
Get 是否自动选择代金券 1是 0否 默认为0
|
String |
getClusterName()
Get 集群名称,不支持中字以及除了短线和下划线外的特殊字符且不超过64个字符。
|
String |
getProductName()
Get 集群规格代号
参考 [专业集群规格](https://cloud.tencent.com/document/product/1179/83705)
|
Long |
getStorageSize()
Get 存储规格
参考 [专业集群规格](https://cloud.tencent.com/document/product/1179/83705)
|
Tag[] |
getTags()
Get 集群的标签列表(已废弃)
|
Long |
getTimeSpan()
Get 购买时长,取值范围:1~50
|
VpcInfo |
getVpc()
Get vpc网络标签
|
Long[] |
getZoneIds()
Get 多可用区部署选择三个可用区,示例[200002,200003,200004]
单可用区部署选择一个可用区,示例[200002]
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 1: true,开启自动按月续费
0: false,关闭自动按月续费
|
void |
setAutoVoucher(Long AutoVoucher)
Set 是否自动选择代金券 1是 0否 默认为0
|
void |
setClusterName(String ClusterName)
Set 集群名称,不支持中字以及除了短线和下划线外的特殊字符且不超过64个字符。
|
void |
setProductName(String ProductName)
Set 集群规格代号
参考 [专业集群规格](https://cloud.tencent.com/document/product/1179/83705)
|
void |
setStorageSize(Long StorageSize)
Set 存储规格
参考 [专业集群规格](https://cloud.tencent.com/document/product/1179/83705)
|
void |
setTags(Tag[] Tags)
Set 集群的标签列表(已废弃)
|
void |
setTimeSpan(Long TimeSpan)
Set 购买时长,取值范围:1~50
|
void |
setVpc(VpcInfo Vpc)
Set vpc网络标签
|
void |
setZoneIds(Long[] ZoneIds)
Set 多可用区部署选择三个可用区,示例[200002,200003,200004]
单可用区部署选择一个可用区,示例[200002]
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateProClusterRequest()
public CreateProClusterRequest(CreateProClusterRequest source)
public Long[] getZoneIds()
public void setZoneIds(Long[] ZoneIds)
ZoneIds
- 多可用区部署选择三个可用区,示例[200002,200003,200004]
单可用区部署选择一个可用区,示例[200002]public String getProductName()
public void setProductName(String ProductName)
ProductName
- 集群规格代号
参考 [专业集群规格](https://cloud.tencent.com/document/product/1179/83705)public Long getStorageSize()
public void setStorageSize(Long StorageSize)
StorageSize
- 存储规格
参考 [专业集群规格](https://cloud.tencent.com/document/product/1179/83705)public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- 1: true,开启自动按月续费
0: false,关闭自动按月续费public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- 购买时长,取值范围:1~50public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称,不支持中字以及除了短线和下划线外的特殊字符且不超过64个字符。public Long getAutoVoucher()
public void setAutoVoucher(Long AutoVoucher)
AutoVoucher
- 是否自动选择代金券 1是 0否 默认为0public VpcInfo getVpc()
public void setVpc(VpcInfo Vpc)
Vpc
- vpc网络标签public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 集群的标签列表(已废弃)Copyright © 2024. All rights reserved.