public class CreateClusterRequest extends AbstractModel
Constructor and Description |
---|
CreateClusterRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterName()
Get 集群名称,可使用中文或英文字符,最大长度32个字符
|
String |
getIdlType()
Get 集群数据描述语言类型,如:`PROTO`,`TDR`或`MIX`
|
String |
getPassword()
Get 集群访问密码,必须是a-zA-Z0-9的字符,且必须包含数字和大小写字母
|
TagInfoUnit[] |
getResourceTags()
Get 集群标签列表
|
String |
getSubnetId()
Get 集群所绑定的子网实例ID,形如:subnet-pxir56ns
|
String |
getVpcId()
Get 集群所绑定的私有网络实例ID,形如:vpc-f49l6u0z
|
void |
setClusterName(String ClusterName)
Set 集群名称,可使用中文或英文字符,最大长度32个字符
|
void |
setIdlType(String IdlType)
Set 集群数据描述语言类型,如:`PROTO`,`TDR`或`MIX`
|
void |
setPassword(String Password)
Set 集群访问密码,必须是a-zA-Z0-9的字符,且必须包含数字和大小写字母
|
void |
setResourceTags(TagInfoUnit[] ResourceTags)
Set 集群标签列表
|
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 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
- 集群标签列表Copyright © 2020. All rights reserved.