Class ClusterInternalLB
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ClusterInternalLB
-
public class ClusterInternalLB extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClusterInternalLB()ClusterInternalLB(ClusterInternalLB 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 BooleangetEnabled()Get 是否开启内网访问LBStringgetSubnetId()Get 内网访问LB关联的子网IdvoidsetEnabled(Boolean Enabled)Set 是否开启内网访问LBvoidsetSubnetId(String SubnetId)Set 内网访问LB关联的子网IdvoidtoMap(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
-
ClusterInternalLB
public ClusterInternalLB()
-
ClusterInternalLB
public ClusterInternalLB(ClusterInternalLB 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
-
getEnabled
public Boolean getEnabled()
Get 是否开启内网访问LB- Returns:
- Enabled 是否开启内网访问LB
-
setEnabled
public void setEnabled(Boolean Enabled)
Set 是否开启内网访问LB- Parameters:
Enabled- 是否开启内网访问LB
-
getSubnetId
public String getSubnetId()
Get 内网访问LB关联的子网Id- Returns:
- SubnetId 内网访问LB关联的子网Id
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 内网访问LB关联的子网Id- Parameters:
SubnetId- 内网访问LB关联的子网Id
-
-