public class EdgeClusterPublicLB extends AbstractModel
skipSign
Constructor and Description |
---|
EdgeClusterPublicLB() |
EdgeClusterPublicLB(EdgeClusterPublicLB 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 |
---|---|
String[] |
getAllowFromCidrs()
Get 允许访问的公网cidr
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getEnabled()
Get 是否开启公网访问LB
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAllowFromCidrs(String[] AllowFromCidrs)
Set 允许访问的公网cidr
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnabled(Boolean Enabled)
Set 是否开启公网访问LB
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EdgeClusterPublicLB()
public EdgeClusterPublicLB(EdgeClusterPublicLB source)
public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled
- 是否开启公网访问LB
注意:此字段可能返回 null,表示取不到有效值。public String[] getAllowFromCidrs()
public void setAllowFromCidrs(String[] AllowFromCidrs)
AllowFromCidrs
- 允许访问的公网cidr
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.