public class SetLoadBalancerStartStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SetLoadBalancerStartStatusRequest() |
SetLoadBalancerStartStatusRequest(SetLoadBalancerStartStatusRequest 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[] |
getListenerIds()
Get 监听器ID。如果该字段为空,则表示操作负载均衡实例,如果不为空,则表示操作监听器。
|
String |
getLoadBalancerId()
Get 负载均衡实例ID。
|
String |
getOperationType()
Get 操作类型。Start:启动实例,Stop:停止实例。
|
void |
setListenerIds(String[] ListenerIds)
Set 监听器ID。如果该字段为空,则表示操作负载均衡实例,如果不为空,则表示操作监听器。
|
void |
setLoadBalancerId(String LoadBalancerId)
Set 负载均衡实例ID。
|
void |
setOperationType(String OperationType)
Set 操作类型。Start:启动实例,Stop:停止实例。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SetLoadBalancerStartStatusRequest()
public SetLoadBalancerStartStatusRequest(SetLoadBalancerStartStatusRequest source)
public String getOperationType()
public void setOperationType(String OperationType)
OperationType
- 操作类型。Start:启动实例,Stop:停止实例。public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- 负载均衡实例ID。public String[] getListenerIds()
public void setListenerIds(String[] ListenerIds)
ListenerIds
- 监听器ID。如果该字段为空,则表示操作负载均衡实例,如果不为空,则表示操作监听器。Copyright © 2024. All rights reserved.