public class ForwardLoadBalancer extends AbstractModel
header, skipSign
Constructor and Description |
---|
ForwardLoadBalancer() |
ForwardLoadBalancer(ForwardLoadBalancer 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 |
getListenerId()
Get Application load balancer listener ID
|
String |
getLoadBalancerId()
Get Load balancer ID
|
String |
getLocationId()
Get ID of a forwarding rule.
|
String |
getRegion()
Get The region of CLB instance.
|
TargetAttribute[] |
getTargetAttributes()
Get List of target rule attributes
|
void |
setListenerId(String ListenerId)
Set Application load balancer listener ID
|
void |
setLoadBalancerId(String LoadBalancerId)
Set Load balancer ID
|
void |
setLocationId(String LocationId)
Set ID of a forwarding rule.
|
void |
setRegion(String Region)
Set The region of CLB instance.
|
void |
setTargetAttributes(TargetAttribute[] TargetAttributes)
Set List of target rule attributes
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ForwardLoadBalancer()
public ForwardLoadBalancer(ForwardLoadBalancer source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- Load balancer IDpublic String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- Application load balancer listener IDpublic TargetAttribute[] getTargetAttributes()
public void setTargetAttributes(TargetAttribute[] TargetAttributes)
TargetAttributes
- List of target rule attributespublic String getLocationId()
public void setLocationId(String LocationId)
LocationId
- ID of a forwarding rule. This parameter is required for layer-7 listeners.public String getRegion()
public void setRegion(String Region)
Region
- The region of CLB instance. It defaults to the region of AS service and is in the format of the common parameter `Region`, such as `ap-guangzhou`.Copyright © 2024. All rights reserved.