public class DeleteProxyGroupRequest extends AbstractModel
| Constructor and Description | 
|---|
DeleteProxyGroupRequest()  | 
DeleteProxyGroupRequest(DeleteProxyGroupRequest 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 | 
|---|---|
Long | 
getForce()
Get Whether to enable forced deletion. 
 | 
String | 
getGroupId()
Get ID of the connection group to be deleted. 
 | 
void | 
setForce(Long Force)
Set Whether to enable forced deletion. 
 | 
void | 
setGroupId(String GroupId)
Set ID of the connection group to be deleted. 
 | 
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, toJsonStringpublic DeleteProxyGroupRequest()
public DeleteProxyGroupRequest(DeleteProxyGroupRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - ID of the connection group to be deleted.public Long getForce()
public void setForce(Long Force)
Force - Whether to enable forced deletion. Valid values:
`0`: No;
`1`: Yes.
Default value: 0. If there is a connection or listener/rule bound to an origin server in the connection group and `Force` is 0, the operation will return a failure.Copyright © 2023. All rights reserved.