public class EdgeClusterAdvancedSettings extends AbstractModel
| Constructor and Description | 
|---|
| EdgeClusterAdvancedSettings() | 
| EdgeClusterAdvancedSettings(EdgeClusterAdvancedSettings 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 | 
|---|---|
| EdgeClusterExtraArgs | getExtraArgs()Get Custom parameters of the cluster
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getProxyMode()Get Forwarding mode of kube-proxy. | 
| String | getRuntime()Get Runtime type. | 
| void | setExtraArgs(EdgeClusterExtraArgs ExtraArgs)Set Custom parameters of the cluster
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setProxyMode(String ProxyMode)Set Forwarding mode of kube-proxy. | 
| void | setRuntime(String Runtime)Set Runtime type. | 
| 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, toJsonStringpublic EdgeClusterAdvancedSettings()
public EdgeClusterAdvancedSettings(EdgeClusterAdvancedSettings source)
public EdgeClusterExtraArgs getExtraArgs()
public void setExtraArgs(EdgeClusterExtraArgs ExtraArgs)
ExtraArgs - Custom parameters of the cluster
Note: This field may return `null`, indicating that no valid values can be obtained.public String getRuntime()
public void setRuntime(String Runtime)
Runtime - Runtime type. Valid values: "docker" (default), "containerd".
Note: This field may return `null`, indicating that no valid values can be obtained.public String getProxyMode()
public void setProxyMode(String ProxyMode)
ProxyMode - Forwarding mode of kube-proxy. Valid values: "iptables" (default), "ipvs".
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.