public class ClusterAdvancedSettings extends AbstractModel
Constructor and Description |
---|
ClusterAdvancedSettings() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAsEnabled()
Get Whether auto-scaling is enabled for nodes in the cluster (Enabling this function is not supported when you create a cluster)
|
String |
getContainerRuntime()
Get Type of runtime component used by the cluster.
|
Boolean |
getIPVS()
Get Whether IPVS is enabled
|
String |
getNodeNameType()
Get
|
void |
setAsEnabled(Boolean AsEnabled)
Set Whether auto-scaling is enabled for nodes in the cluster (Enabling this function is not supported when you create a cluster)
|
void |
setContainerRuntime(String ContainerRuntime)
Set Type of runtime component used by the cluster.
|
void |
setIPVS(Boolean IPVS)
Set Whether IPVS is enabled
|
void |
setNodeNameType(String NodeNameType)
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 Boolean getIPVS()
public void setIPVS(Boolean IPVS)
IPVS
- Whether IPVS is enabledpublic Boolean getAsEnabled()
public void setAsEnabled(Boolean AsEnabled)
AsEnabled
- Whether auto-scaling is enabled for nodes in the cluster (Enabling this function is not supported when you create a cluster)public String getContainerRuntime()
public void setContainerRuntime(String ContainerRuntime)
ContainerRuntime
- Type of runtime component used by the cluster. The types include "docker" and "containerd". Default value: dockerpublic String getNodeNameType()
public void setNodeNameType(String NodeNameType)
NodeNameType
- Copyright © 2020. All rights reserved.