public class CreateClusterRequest extends AbstractModel
Constructor and Description |
---|
CreateClusterRequest() |
CreateClusterRequest(CreateClusterRequest 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 |
---|---|
String |
getClusterName()
Get 集群名称,可使用中文或英文字符,最大长度32个字符
|
Long |
getClusterType()
Get 集群类型1共享2独占
|
String |
getIdlType()
Get 集群数据描述语言类型,如:`PROTO`,`TDR`或`MIX`
|
Long |
getIpv6Enable()
Get 集群是否开启IPv6功能
|
String |
getPassword()
Get 集群访问密码,必须是a-zA-Z0-9的字符,且必须包含数字和大小写字母
|
MachineInfo[] |
getProxyList()
Get 独占集群占用的proxy机器
|
TagInfoUnit[] |
getResourceTags()
Get 集群标签列表
|
MachineInfo[] |
getServerList()
Get 独占集群占用的svr机器
|
String |
getSubnetId()
Get 集群所绑定的子网实例ID,形如:subnet-pxir56ns
|
String |
getVpcId()
Get 集群所绑定的私有网络实例ID,形如:vpc-f49l6u0z
|
void |
setClusterName(String ClusterName)
Set 集群名称,可使用中文或英文字符,最大长度32个字符
|
void |
setClusterType(Long ClusterType)
Set 集群类型1共享2独占
|
void |
setIdlType(String IdlType)
Set 集群数据描述语言类型,如:`PROTO`,`TDR`或`MIX`
|
void |
setIpv6Enable(Long Ipv6Enable)
Set 集群是否开启IPv6功能
|
void |
setPassword(String Password)
Set 集群访问密码,必须是a-zA-Z0-9的字符,且必须包含数字和大小写字母
|
void |
setProxyList(MachineInfo[] ProxyList)
Set 独占集群占用的proxy机器
|
void |
setResourceTags(TagInfoUnit[] ResourceTags)
Set 集群标签列表
|
void |
setServerList(MachineInfo[] ServerList)
Set 独占集群占用的svr机器
|
void |
setSubnetId(String SubnetId)
Set 集群所绑定的子网实例ID,形如:subnet-pxir56ns
|
void |
setVpcId(String VpcId)
Set 集群所绑定的私有网络实例ID,形如:vpc-f49l6u0z
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateClusterRequest()
public CreateClusterRequest(CreateClusterRequest source)
public String getIdlType()
public void setIdlType(String IdlType)
IdlType
- 集群数据描述语言类型,如:`PROTO`,`TDR`或`MIX`public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称,可使用中文或英文字符,最大长度32个字符public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 集群所绑定的私有网络实例ID,形如:vpc-f49l6u0zpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 集群所绑定的子网实例ID,形如:subnet-pxir56nspublic String getPassword()
public void setPassword(String Password)
Password
- 集群访问密码,必须是a-zA-Z0-9的字符,且必须包含数字和大小写字母public TagInfoUnit[] getResourceTags()
public void setResourceTags(TagInfoUnit[] ResourceTags)
ResourceTags
- 集群标签列表public Long getIpv6Enable()
public void setIpv6Enable(Long Ipv6Enable)
Ipv6Enable
- 集群是否开启IPv6功能public MachineInfo[] getServerList()
public void setServerList(MachineInfo[] ServerList)
ServerList
- 独占集群占用的svr机器public MachineInfo[] getProxyList()
public void setProxyList(MachineInfo[] ProxyList)
ProxyList
- 独占集群占用的proxy机器public Long getClusterType()
public void setClusterType(Long ClusterType)
ClusterType
- 集群类型1共享2独占Copyright © 2021. All rights reserved.