public class CreateClusterRequest extends AbstractModel
header, skipSign| 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 集群名称,不支持中字以及除了短线和下划线外的特殊字符且不超过64个字符。 | 
| Boolean | getPublicAccessEnabled()Get 是否开启公网访问,不填时默认开启 | 
| String | getRemark()Get 说明,128个字符以内。 | 
| Tag[] | getTags()Get 集群的标签列表(已废弃) | 
| void | setBindClusterId(Long BindClusterId)Set 用户专享物理集群ID,如果不传,则默认在公共集群上创建用户集群资源。 | 
| void | setClusterName(String ClusterName)Set 集群名称,不支持中字以及除了短线和下划线外的特殊字符且不超过64个字符。 | 
| void | setPublicAccessEnabled(Boolean PublicAccessEnabled)Set 是否开启公网访问,不填时默认开启 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateClusterRequest()
public CreateClusterRequest(CreateClusterRequest source)
public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - 集群名称,不支持中字以及除了短线和下划线外的特殊字符且不超过64个字符。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 - 集群的标签列表(已废弃)public Boolean getPublicAccessEnabled()
public void setPublicAccessEnabled(Boolean PublicAccessEnabled)
PublicAccessEnabled - 是否开启公网访问,不填时默认开启Copyright © 2025. All rights reserved.