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 |
---|---|
Long |
getBindClusterId()
Get ID of your dedicated physical cluster.
|
String |
getClusterName()
Get Cluster name, which can contain up to 16 letters, digits, hyphens, and underscores.
|
Boolean |
getPublicAccessEnabled()
Get Whether to enable public network access.
|
String |
getRemark()
Get Remarks (up to 128 characters).
|
Tag[] |
getTags()
Get Cluster tag list (deprecated).
|
void |
setBindClusterId(Long BindClusterId)
Set ID of your dedicated physical cluster.
|
void |
setClusterName(String ClusterName)
Set Cluster name, which can contain up to 16 letters, digits, hyphens, and underscores.
|
void |
setPublicAccessEnabled(Boolean PublicAccessEnabled)
Set Whether to enable public network access.
|
void |
setRemark(String Remark)
Set Remarks (up to 128 characters).
|
void |
setTags(Tag[] Tags)
Set Cluster tag list (deprecated).
|
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 getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster name, which can contain up to 16 letters, digits, hyphens, and underscores.public Long getBindClusterId()
public void setBindClusterId(Long BindClusterId)
BindClusterId
- ID of your dedicated physical cluster. If it is not passed in, cluster resources will be created in a public cluster by default.public String getRemark()
public void setRemark(String Remark)
Remark
- Remarks (up to 128 characters).public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Cluster tag list (deprecated).public Boolean getPublicAccessEnabled()
public void setPublicAccessEnabled(Boolean PublicAccessEnabled)
PublicAccessEnabled
- Whether to enable public network access. If this parameter is left empty, the feature will be enabled by defaultCopyright © 2023. All rights reserved.