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 腾讯云地域的英文简写
|
Long |
getDirection()
Get 方向,0:出站,1:入站
|
Long |
getId()
Get 所需要删除规则的ID
|
Long |
getIsDelReverse()
Get 是否删除反向规则,0:否,1:是
|
void |
setArea(String Area)
Set 腾讯云地域的英文简写
|
void |
setDirection(Long Direction)
Set 方向,0:出站,1:入站
|
void |
setId(Long Id)
Set 所需要删除规则的ID
|
void |
setIsDelReverse(Long IsDelReverse)
Set 是否删除反向规则,0:否,1:是
|
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 DeleteSecurityGroupRuleRequest()
public DeleteSecurityGroupRuleRequest(DeleteSecurityGroupRuleRequest source)
public Long getId()
public void setId(Long Id)
Id
- 所需要删除规则的IDpublic String getArea()
public void setArea(String Area)
Area
- 腾讯云地域的英文简写public Long getDirection()
public void setDirection(Long Direction)
Direction
- 方向,0:出站,1:入站public Long getIsDelReverse()
public void setIsDelReverse(Long IsDelReverse)
IsDelReverse
- 是否删除反向规则,0:否,1:是Copyright © 2022. All rights reserved.