public class CreateTKEEdgeClusterRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateTKEEdgeClusterRequest() | 
| CreateTKEEdgeClusterRequest(CreateTKEEdgeClusterRequest 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 | 
|---|---|
| Boolean | getAutoUpgradeClusterLevel()Get 集群是否支持自动升配 | 
| String | getChargeType()Get 集群计费方式 | 
| EdgeClusterAdvancedSettings | getClusterAdvancedSettings()Get 集群高级设置 | 
| String | getClusterDesc()Get 集群描述信息 | 
| String | getClusterLevel()Get 集群的级别 | 
| String | getClusterName()Get 集群名称 | 
| String | getEdgeVersion()Get 边缘集群版本,此版本区别于k8s版本,是整个集群各组件版本集合 | 
| String | getK8SVersion()Get k8s版本号 | 
| Long | getMaxNodePodNum()Get 节点上最大Pod数量 | 
| String | getPodCIDR()Get 集群pod cidr | 
| EdgeClusterPublicLB | getPublicLB()Get 边缘计算集群公网访问LB信息 | 
| String | getRegistryPrefix()Get 边缘组件镜像仓库前缀 | 
| String | getServiceCIDR()Get 集群service cidr | 
| TagSpecification | getTagSpecification()Get 集群绑定的云标签 | 
| String | getVpcId()Get vpc 的Id | 
| void | setAutoUpgradeClusterLevel(Boolean AutoUpgradeClusterLevel)Set 集群是否支持自动升配 | 
| void | setChargeType(String ChargeType)Set 集群计费方式 | 
| void | setClusterAdvancedSettings(EdgeClusterAdvancedSettings ClusterAdvancedSettings)Set 集群高级设置 | 
| void | setClusterDesc(String ClusterDesc)Set 集群描述信息 | 
| void | setClusterLevel(String ClusterLevel)Set 集群的级别 | 
| void | setClusterName(String ClusterName)Set 集群名称 | 
| void | setEdgeVersion(String EdgeVersion)Set 边缘集群版本,此版本区别于k8s版本,是整个集群各组件版本集合 | 
| void | setK8SVersion(String K8SVersion)Set k8s版本号 | 
| void | setMaxNodePodNum(Long MaxNodePodNum)Set 节点上最大Pod数量 | 
| void | setPodCIDR(String PodCIDR)Set 集群pod cidr | 
| void | setPublicLB(EdgeClusterPublicLB PublicLB)Set 边缘计算集群公网访问LB信息 | 
| void | setRegistryPrefix(String RegistryPrefix)Set 边缘组件镜像仓库前缀 | 
| void | setServiceCIDR(String ServiceCIDR)Set 集群service cidr | 
| void | setTagSpecification(TagSpecification TagSpecification)Set 集群绑定的云标签 | 
| void | setVpcId(String VpcId)Set vpc 的Id | 
| 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 CreateTKEEdgeClusterRequest()
public CreateTKEEdgeClusterRequest(CreateTKEEdgeClusterRequest source)
public String getK8SVersion()
public void setK8SVersion(String K8SVersion)
K8SVersion - k8s版本号public String getVpcId()
public void setVpcId(String VpcId)
VpcId - vpc 的Idpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - 集群名称public String getPodCIDR()
public void setPodCIDR(String PodCIDR)
PodCIDR - 集群pod cidrpublic String getServiceCIDR()
public void setServiceCIDR(String ServiceCIDR)
ServiceCIDR - 集群service cidrpublic String getClusterDesc()
public void setClusterDesc(String ClusterDesc)
ClusterDesc - 集群描述信息public EdgeClusterAdvancedSettings getClusterAdvancedSettings()
public void setClusterAdvancedSettings(EdgeClusterAdvancedSettings ClusterAdvancedSettings)
ClusterAdvancedSettings - 集群高级设置public Long getMaxNodePodNum()
public void setMaxNodePodNum(Long MaxNodePodNum)
MaxNodePodNum - 节点上最大Pod数量public EdgeClusterPublicLB getPublicLB()
public void setPublicLB(EdgeClusterPublicLB PublicLB)
PublicLB - 边缘计算集群公网访问LB信息public String getClusterLevel()
public void setClusterLevel(String ClusterLevel)
ClusterLevel - 集群的级别public Boolean getAutoUpgradeClusterLevel()
public void setAutoUpgradeClusterLevel(Boolean AutoUpgradeClusterLevel)
AutoUpgradeClusterLevel - 集群是否支持自动升配public String getChargeType()
public void setChargeType(String ChargeType)
ChargeType - 集群计费方式public String getEdgeVersion()
public void setEdgeVersion(String EdgeVersion)
EdgeVersion - 边缘集群版本,此版本区别于k8s版本,是整个集群各组件版本集合public String getRegistryPrefix()
public void setRegistryPrefix(String RegistryPrefix)
RegistryPrefix - 边缘组件镜像仓库前缀public TagSpecification getTagSpecification()
public void setTagSpecification(TagSpecification TagSpecification)
TagSpecification - 集群绑定的云标签Copyright © 2025. All rights reserved.