public class DestroyProxiesRequest extends AbstractModel
Constructor and Description |
---|
DestroyProxiesRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClientToken()
Get A string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request.
|
Long |
getForce()
Get The identifier for forced deletion
1: this connection list is deleted forcibly regardless of whether the origin server has been bound.
|
String[] |
getInstanceIds()
Get List of connection instance IDs; It's an old parameter, please switch to ProxyIds.
|
String[] |
getProxyIds()
Get List of connection instance IDs; It's a new parameter.
|
void |
setClientToken(String ClientToken)
Set A string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request.
|
void |
setForce(Long Force)
Set The identifier for forced deletion
1: this connection list is deleted forcibly regardless of whether the origin server has been bound.
|
void |
setInstanceIds(String[] InstanceIds)
Set List of connection instance IDs; It's an old parameter, please switch to ProxyIds.
|
void |
setProxyIds(String[] ProxyIds)
Set List of connection instance IDs; It's a new parameter.
|
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 Long getForce()
public void setForce(Long Force)
Force
- The identifier for forced deletion
1: this connection list is deleted forcibly regardless of whether the origin server has been bound.
0: this connection list cannot be deleted if the origin server has been bound.
If this identifier is 0, the deletion can be performed only when all the connections have not been bound to any origin servers.public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- List of connection instance IDs; It's an old parameter, please switch to ProxyIds.public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken
- A string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request. The maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.
For more information, please see How to Ensure Idempotence.public String[] getProxyIds()
public void setProxyIds(String[] ProxyIds)
ProxyIds
- List of connection instance IDs; It's a new parameter.Copyright © 2020. All rights reserved.