public class ForwardLoadBalancerIdentification extends AbstractModel
Constructor and Description |
---|
ForwardLoadBalancerIdentification() |
ForwardLoadBalancerIdentification(ForwardLoadBalancerIdentification 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 CLB listener ID
|
String |
getLoadBalancerId()
Get ID of the CLB
|
String |
getLocationId()
Get ID of a forwarding rule.
|
void |
setListenerId(String ListenerId)
Set Application CLB listener ID
|
void |
setLoadBalancerId(String LoadBalancerId)
Set ID of the CLB
|
void |
setLocationId(String LocationId)
Set ID of a forwarding rule.
|
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 ForwardLoadBalancerIdentification()
public ForwardLoadBalancerIdentification(ForwardLoadBalancerIdentification source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- ID of the CLBpublic String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- Application CLB listener IDpublic String getLocationId()
public void setLocationId(String LocationId)
LocationId
- ID of a forwarding rule. This parameter is required for layer-7 listeners.Copyright © 2023. All rights reserved.