public class CreateClusterRequest extends AbstractModel
Constructor and Description |
---|
CreateClusterRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterName()
Get Cluster name, which can contain up to 32 letters and digits
|
String |
getIdlType()
Get Cluster data description language type, such as `PROTO`, `TDR`, or `MIX`
|
Long |
getIpv6Enable()
Get Whether to enable IPv6 address access for clusters
|
String |
getPassword()
Get Cluster access password, which must contain lowercase letters (a-z), uppercase letters (A-Z), and digits (0-9).
|
TagInfoUnit[] |
getResourceTags()
Get
|
String |
getSubnetId()
Get ID of the subnet instance bound to a cluster in the format of `subnet-pxir56ns`
|
String |
getVpcId()
Get ID of the VPC instance bound to a cluster in the format of `vpc-f49l6u0z`
|
void |
setClusterName(String ClusterName)
Set Cluster name, which can contain up to 32 letters and digits
|
void |
setIdlType(String IdlType)
Set Cluster data description language type, such as `PROTO`, `TDR`, or `MIX`
|
void |
setIpv6Enable(Long Ipv6Enable)
Set Whether to enable IPv6 address access for clusters
|
void |
setPassword(String Password)
Set Cluster access password, which must contain lowercase letters (a-z), uppercase letters (A-Z), and digits (0-9).
|
void |
setResourceTags(TagInfoUnit[] ResourceTags)
Set
|
void |
setSubnetId(String SubnetId)
Set ID of the subnet instance bound to a cluster in the format of `subnet-pxir56ns`
|
void |
setVpcId(String VpcId)
Set ID of the VPC instance bound to a cluster in the format of `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
- Cluster data description language type, such as `PROTO`, `TDR`, or `MIX`public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster name, which can contain up to 32 letters and digitspublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- ID of the VPC instance bound to a cluster in the format of `vpc-f49l6u0z`public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- ID of the subnet instance bound to a cluster in the format of `subnet-pxir56ns`public String getPassword()
public void setPassword(String Password)
Password
- Cluster access password, which must contain lowercase letters (a-z), uppercase letters (A-Z), and digits (0-9).public TagInfoUnit[] getResourceTags()
public void setResourceTags(TagInfoUnit[] ResourceTags)
ResourceTags
- public Long getIpv6Enable()
public void setIpv6Enable(Long Ipv6Enable)
Ipv6Enable
- Whether to enable IPv6 address access for clustersCopyright © 2020. All rights reserved.