public class ClusterOption extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ClusterOption()  | 
ClusterOption(ClusterOption 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 | 
|---|---|
LimitRange | 
getLimitRange()
Get Limit scope 
 | 
ResourceQuota | 
getResourceQuota()
Get Resource quota 
 | 
String | 
getServiceCidr()
Get Computing cluster Service CIDR. 
 | 
String | 
getType()
Get Computing cluster type. 
 | 
String | 
getZone()
Get Computing cluster availability zone 
 | 
void | 
setLimitRange(LimitRange LimitRange)
Set Limit scope 
 | 
void | 
setResourceQuota(ResourceQuota ResourceQuota)
Set Resource quota 
 | 
void | 
setServiceCidr(String ServiceCidr)
Set Computing cluster Service CIDR. 
 | 
void | 
setType(String Type)
Set Computing cluster type. 
 | 
void | 
setZone(String Zone)
Set Computing cluster availability zone 
 | 
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 ClusterOption()
public ClusterOption(ClusterOption source)
public String getZone()
public void setZone(String Zone)
Zone - Computing cluster availability zonepublic String getType()
public void setType(String Type)
Type - Computing cluster type. Valid values:
- KUBERNETESpublic String getServiceCidr()
public void setServiceCidr(String ServiceCidr)
ServiceCidr - Computing cluster Service CIDR. It must not overlap with the VPC IP range.public ResourceQuota getResourceQuota()
public void setResourceQuota(ResourceQuota ResourceQuota)
ResourceQuota - Resource quotapublic LimitRange getLimitRange()
public void setLimitRange(LimitRange LimitRange)
LimitRange - Limit scopeCopyright © 2025. All rights reserved.