public class DescribeTargetsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTargetsRequest() |
DescribeTargetsRequest(DescribeTargetsRequest 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 |
---|---|
Filter[] |
getFilters()
Get Conditions for querying the list of real servers bound to the CLB.
|
String[] |
getListenerIds()
Get List of listener IDs (20 IDs at most).
|
String |
getLoadBalancerId()
Get CLB instance ID.
|
Long |
getPort()
Get Listener port
|
String |
getProtocol()
Get Listener protocol type
|
void |
setFilters(Filter[] Filters)
Set Conditions for querying the list of real servers bound to the CLB.
|
void |
setListenerIds(String[] ListenerIds)
Set List of listener IDs (20 IDs at most).
|
void |
setLoadBalancerId(String LoadBalancerId)
Set CLB instance ID.
|
void |
setPort(Long Port)
Set Listener port
|
void |
setProtocol(String Protocol)
Set Listener protocol type
|
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 DescribeTargetsRequest()
public DescribeTargetsRequest(DescribeTargetsRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- CLB instance ID.public String[] getListenerIds()
public void setListenerIds(String[] ListenerIds)
ListenerIds
- List of listener IDs (20 IDs at most).public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Listener protocol typepublic Long getPort()
public void setPort(Long Port)
Port
- Listener portpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Conditions for querying the list of real servers bound to the CLB. The filter criteria are as follows:Copyright © 2024. All rights reserved.