Class EdgeClusterAdvancedSettings
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.EdgeClusterAdvancedSettings
-
public class EdgeClusterAdvancedSettings extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgeClusterExtraArgsgetExtraArgs()Get 集群自定义参数 注意:此字段可能返回 null,表示取不到有效值。StringgetProxyMode()Get 集群kube-proxy转发模式,支持"iptables"和"ipvs",默认为iptables 注意:此字段可能返回 null,表示取不到有效值。StringgetRuntime()Get 运行时类型,支持"docker"和"containerd",默认为docker 注意:此字段可能返回 null,表示取不到有效值。voidsetExtraArgs(EdgeClusterExtraArgs ExtraArgs)Set 集群自定义参数 注意:此字段可能返回 null,表示取不到有效值。voidsetProxyMode(String ProxyMode)Set 集群kube-proxy转发模式,支持"iptables"和"ipvs",默认为iptables 注意:此字段可能返回 null,表示取不到有效值。voidsetRuntime(String Runtime)Set 运行时类型,支持"docker"和"containerd",默认为docker 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EdgeClusterAdvancedSettings
public EdgeClusterAdvancedSettings()
-
EdgeClusterAdvancedSettings
public 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.
-
-
Method Detail
-
getExtraArgs
public EdgeClusterExtraArgs getExtraArgs()
Get 集群自定义参数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ExtraArgs 集群自定义参数 注意:此字段可能返回 null,表示取不到有效值。
-
setExtraArgs
public void setExtraArgs(EdgeClusterExtraArgs ExtraArgs)
Set 集群自定义参数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ExtraArgs- 集群自定义参数 注意:此字段可能返回 null,表示取不到有效值。
-
getRuntime
public String getRuntime()
Get 运行时类型,支持"docker"和"containerd",默认为docker 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Runtime 运行时类型,支持"docker"和"containerd",默认为docker 注意:此字段可能返回 null,表示取不到有效值。
-
setRuntime
public void setRuntime(String Runtime)
Set 运行时类型,支持"docker"和"containerd",默认为docker 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Runtime- 运行时类型,支持"docker"和"containerd",默认为docker 注意:此字段可能返回 null,表示取不到有效值。
-
getProxyMode
public String getProxyMode()
Get 集群kube-proxy转发模式,支持"iptables"和"ipvs",默认为iptables 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProxyMode 集群kube-proxy转发模式,支持"iptables"和"ipvs",默认为iptables 注意:此字段可能返回 null,表示取不到有效值。
-
setProxyMode
public void setProxyMode(String ProxyMode)
Set 集群kube-proxy转发模式,支持"iptables"和"ipvs",默认为iptables 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProxyMode- 集群kube-proxy转发模式,支持"iptables"和"ipvs",默认为iptables 注意:此字段可能返回 null,表示取不到有效值。
-
-