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 Query the list of backend services associated with a load balancer
`location-id` - String - Optional - Rule ID, such as "loc-12345678".
`private-ip-address` - String - Optional - Backend service private IP, such as `172.16.1.1`
|
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 Query the list of backend services associated with a load balancer
`location-id` - String - Optional - Rule ID, such as "loc-12345678".
`private-ip-address` - String - Optional - Backend service private IP, such as `172.16.1.1`
|
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
- Query the list of backend services associated with a load balancer
Copyright © 2024. All rights reserved.