public class ClusterCIDRSettings extends AbstractModel
Constructor and Description |
---|
ClusterCIDRSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterCIDR()
Get CIDR used to assign container and service IPs for the cluster.
|
Boolean |
getIgnoreClusterCIDRConflict()
Get Whether to ignore ClusterCIDR conflict errors, which are not ignored by default
|
Long |
getMaxClusterServiceNum()
Get Maximum number of cluster services
|
Long |
getMaxNodePodNum()
Get Maximum number of pods on each node in the cluster
|
void |
setClusterCIDR(String ClusterCIDR)
Set CIDR used to assign container and service IPs for the cluster.
|
void |
setIgnoreClusterCIDRConflict(Boolean IgnoreClusterCIDRConflict)
Set Whether to ignore ClusterCIDR conflict errors, which are not ignored by default
|
void |
setMaxClusterServiceNum(Long MaxClusterServiceNum)
Set Maximum number of cluster services
|
void |
setMaxNodePodNum(Long MaxNodePodNum)
Set Maximum number of pods on each node in the cluster
|
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 getClusterCIDR()
public void setClusterCIDR(String ClusterCIDR)
ClusterCIDR
- CIDR used to assign container and service IPs for the cluster. It cannot conflict with the VPC’s CIDR or the CIDRs of other clusters in the same VPCpublic Boolean getIgnoreClusterCIDRConflict()
public void setIgnoreClusterCIDRConflict(Boolean IgnoreClusterCIDRConflict)
IgnoreClusterCIDRConflict
- Whether to ignore ClusterCIDR conflict errors, which are not ignored by defaultpublic Long getMaxNodePodNum()
public void setMaxNodePodNum(Long MaxNodePodNum)
MaxNodePodNum
- Maximum number of pods on each node in the clusterpublic Long getMaxClusterServiceNum()
public void setMaxClusterServiceNum(Long MaxClusterServiceNum)
MaxClusterServiceNum
- Maximum number of cluster servicesCopyright © 2020. All rights reserved.