public class DeleteProxyGroupRequest extends AbstractModel
Constructor and Description |
---|
DeleteProxyGroupRequest() |
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, toJsonString
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 © 2020. All rights reserved.