public class EdgeClusterInternalLB extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnabled()
Get Whether the private LB is enabled
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String[] |
getSubnetId()
Get ID of the subnet associated with the private LB
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setEnabled(Boolean Enabled)
Set Whether the private LB is enabled
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setSubnetId(String[] SubnetId)
Set ID of the subnet associated with the private LB
Note: This field may return `null`, indicating that no valid values can be obtained.
|
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, toJsonString
public EdgeClusterInternalLB()
public EdgeClusterInternalLB(EdgeClusterInternalLB source)
public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled
- Whether the private LB is enabled
Note: This field may return `null`, indicating that no valid values can be obtained.public String[] getSubnetId()
public void setSubnetId(String[] SubnetId)
SubnetId
- ID of the subnet associated with the private LB
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.