public class ModifyTargetPortRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyTargetPortRequest() |
ModifyTargetPortRequest(ModifyTargetPortRequest 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 CLB listener ID
|
String |
getLoadBalancerId()
Get CLB instance ID
|
Long |
getNewPort()
Get New port of the real server bound to the listener or forwarding rule
|
Target[] |
getTargets()
Get List of real servers for which to modify the ports
|
void |
setListenerId(String ListenerId)
Set CLB listener ID
|
void |
setLoadBalancerId(String LoadBalancerId)
Set CLB instance ID
|
void |
setNewPort(Long NewPort)
Set New port of the real server bound to the listener or forwarding rule
|
void |
setTargets(Target[] Targets)
Set List of real servers for which to modify the ports
|
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 ModifyTargetPortRequest()
public ModifyTargetPortRequest(ModifyTargetPortRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- CLB instance IDpublic String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- CLB listener IDpublic Target[] getTargets()
public void setTargets(Target[] Targets)
Targets
- List of real servers for which to modify the portspublic Long getNewPort()
public void setNewPort(Long NewPort)
NewPort
- New port of the real server bound to the listener or forwarding ruleCopyright © 2024. All rights reserved.