public class DeleteSecurityGroupRuleRequest extends AbstractModel
| Constructor and Description | 
|---|
DeleteSecurityGroupRuleRequest()  | 
DeleteSecurityGroupRuleRequest(DeleteSecurityGroupRuleRequest 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 | 
getArea()
Get Tencent Cloud region (abbreviation) 
 | 
Long | 
getDirection()
Get Direction. 
 | 
Long | 
getId()
Get ID of the rule to delete 
 | 
Long | 
getIsDelReverse()
Get Indicates whether to delete the reverse rule. 
 | 
void | 
setArea(String Area)
Set Tencent Cloud region (abbreviation) 
 | 
void | 
setDirection(Long Direction)
Set Direction. 
 | 
void | 
setId(Long Id)
Set ID of the rule to delete 
 | 
void | 
setIsDelReverse(Long IsDelReverse)
Set Indicates whether to delete the reverse rule. 
 | 
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 DeleteSecurityGroupRuleRequest()
public DeleteSecurityGroupRuleRequest(DeleteSecurityGroupRuleRequest source)
public Long getId()
public void setId(Long Id)
Id - ID of the rule to deletepublic String getArea()
public void setArea(String Area)
Area - Tencent Cloud region (abbreviation)public Long getDirection()
public void setDirection(Long Direction)
Direction - Direction. 0: outbound; 1: inboundpublic Long getIsDelReverse()
public void setIsDelReverse(Long IsDelReverse)
IsDelReverse - Indicates whether to delete the reverse rule. 0: no; 1: yesCopyright © 2023. All rights reserved.