public class AssociateDDoSEipLoadBalancerRequest extends AbstractModel
Constructor and Description |
---|
AssociateDDoSEipLoadBalancerRequest() |
AssociateDDoSEipLoadBalancerRequest(AssociateDDoSEipLoadBalancerRequest 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 |
getEip()
Get EIP of the Anti-DDoS instance ID.
|
String |
getInstanceId()
Get Anti-DDoS instance ID (only Anti-DDoS Advanced).
|
String |
getLoadBalancerID()
Get ID of the CLB to bind, such as `lb-0000002i`.
|
String |
getLoadBalancerRegion()
Get Region of the CLB instance, such as `ap-hongkong`.
|
String |
getVip()
Get CLB private IP
|
void |
setEip(String Eip)
Set EIP of the Anti-DDoS instance ID.
|
void |
setInstanceId(String InstanceId)
Set Anti-DDoS instance ID (only Anti-DDoS Advanced).
|
void |
setLoadBalancerID(String LoadBalancerID)
Set ID of the CLB to bind, such as `lb-0000002i`.
|
void |
setLoadBalancerRegion(String LoadBalancerRegion)
Set Region of the CLB instance, such as `ap-hongkong`.
|
void |
setVip(String Vip)
Set CLB private IP
|
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 AssociateDDoSEipLoadBalancerRequest()
public AssociateDDoSEipLoadBalancerRequest(AssociateDDoSEipLoadBalancerRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Anti-DDoS instance ID (only Anti-DDoS Advanced). For example, `bgpip-0000011x`.public String getEip()
public void setEip(String Eip)
Eip
- EIP of the Anti-DDoS instance ID.public String getLoadBalancerID()
public void setLoadBalancerID(String LoadBalancerID)
LoadBalancerID
- ID of the CLB to bind, such as `lb-0000002i`. It can be queried in the console or obtained from `LoadBalancerId` returned by the `DescribeLoadBalancers` API.public String getLoadBalancerRegion()
public void setLoadBalancerRegion(String LoadBalancerRegion)
LoadBalancerRegion
- Region of the CLB instance, such as `ap-hongkong`.public String getVip()
public void setVip(String Vip)
Vip
- CLB private IPCopyright © 2023. All rights reserved.