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,如果不传,则默认在公共集群上创建用户集群资源。
|
String |
getClusterName()
Get 集群名称,不支持中字以及除了短线和下划线外的特殊字符且不超过16个字符。
|
String |
getRemark()
Get 说明,128个字符以内。
|
Tag[] |
getTags()
Get 集群的标签列表
|
void |
setBindClusterId(Long BindClusterId)
Set 用户专享物理集群ID,如果不传,则默认在公共集群上创建用户集群资源。
|
void |
setClusterName(String ClusterName)
Set 集群名称,不支持中字以及除了短线和下划线外的特殊字符且不超过16个字符。
|
void |
setRemark(String Remark)
Set 说明,128个字符以内。
|
void |
setTags(Tag[] Tags)
Set 集群的标签列表
|
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
- 集群名称,不支持中字以及除了短线和下划线外的特殊字符且不超过16个字符。public Long getBindClusterId()
public void setBindClusterId(Long BindClusterId)
BindClusterId
- 用户专享物理集群ID,如果不传,则默认在公共集群上创建用户集群资源。public String getRemark()
public void setRemark(String Remark)
Remark
- 说明,128个字符以内。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 集群的标签列表Copyright © 2021. All rights reserved.