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
|
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 |
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 parameter. Note: The maximum outbound bandwidth can be modified, but the network billing method cannot be modified.Copyright © 2020. All rights reserved.