Class EdgeClusterInternalLB
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.EdgeClusterInternalLB
-
public class EdgeClusterInternalLB extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EdgeClusterInternalLB()EdgeClusterInternalLB(EdgeClusterInternalLB 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 是否开启内网访问LB 注意:此字段可能返回 null,表示取不到有效值。String[]getSubnetId()Get 内网访问LB关联的子网Id 注意:此字段可能返回 null,表示取不到有效值。voidsetEnabled(Boolean Enabled)Set 是否开启内网访问LB 注意:此字段可能返回 null,表示取不到有效值。voidsetSubnetId(String[] SubnetId)Set 内网访问LB关联的子网Id 注意:此字段可能返回 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
-
EdgeClusterInternalLB
public EdgeClusterInternalLB()
-
EdgeClusterInternalLB
public EdgeClusterInternalLB(EdgeClusterInternalLB 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 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Enabled 是否开启内网访问LB 注意:此字段可能返回 null,表示取不到有效值。
-
setEnabled
public void setEnabled(Boolean Enabled)
Set 是否开启内网访问LB 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Enabled- 是否开启内网访问LB 注意:此字段可能返回 null,表示取不到有效值。
-
getSubnetId
public String[] getSubnetId()
Get 内网访问LB关联的子网Id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetId 内网访问LB关联的子网Id 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetId
public void setSubnetId(String[] SubnetId)
Set 内网访问LB关联的子网Id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetId- 内网访问LB关联的子网Id 注意:此字段可能返回 null,表示取不到有效值。
-
-