public class ModifyLoadBalancerAttributesRequest extends AbstractModel
Constructor and Description |
---|
ModifyLoadBalancerAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
InternetAccessible |
getInternetChargeInfo()
Get Network billing parameter
|
String |
getLoadBalancerId()
Get Unique CLB ID
|
String |
getLoadBalancerName()
Get CLB instance name
|
Boolean |
getLoadBalancerPassToTarget()
Get Whether the target opens traffic from CLB to the internet.
|
Boolean |
getSnatPro()
Get Whether to enable SnatPro
|
TargetRegionInfo |
getTargetRegionInfo()
Get Region information of the real server bound to a CLB.
|
void |
setInternetChargeInfo(InternetAccessible InternetChargeInfo)
Set Network billing parameter
|
void |
setLoadBalancerId(String LoadBalancerId)
Set Unique CLB ID
|
void |
setLoadBalancerName(String LoadBalancerName)
Set CLB instance name
|
void |
setLoadBalancerPassToTarget(Boolean LoadBalancerPassToTarget)
Set Whether the target opens traffic from CLB to the internet.
|
void |
setSnatPro(Boolean SnatPro)
Set Whether to enable SnatPro
|
void |
setTargetRegionInfo(TargetRegionInfo TargetRegionInfo)
Set Region information of the real server bound to a CLB.
|
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 String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- Unique CLB IDpublic String getLoadBalancerName()
public void setLoadBalancerName(String LoadBalancerName)
LoadBalancerName
- CLB instance namepublic TargetRegionInfo getTargetRegionInfo()
public void setTargetRegionInfo(TargetRegionInfo TargetRegionInfo)
TargetRegionInfo
- Region information of the real server bound to a CLB.public InternetAccessible getInternetChargeInfo()
public void setInternetChargeInfo(InternetAccessible InternetChargeInfo)
InternetChargeInfo
- Network billing parameterpublic Boolean getLoadBalancerPassToTarget()
public void setLoadBalancerPassToTarget(Boolean LoadBalancerPassToTarget)
LoadBalancerPassToTarget
- Whether the target opens traffic from CLB to the internet. If yes (true), only security groups on CLB will be verified; if no (false), security groups on both CLB and backend instance need to be verified.public Boolean getSnatPro()
public void setSnatPro(Boolean SnatPro)
SnatPro
- Whether to enable SnatProCopyright © 2020. All rights reserved.