public class DeleteSecurityGroupAllRuleRequest extends AbstractModel
Constructor and Description |
---|
DeleteSecurityGroupAllRuleRequest() |
DeleteSecurityGroupAllRuleRequest(DeleteSecurityGroupAllRuleRequest 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:入站
|
void |
setArea(String Area)
Set 腾讯云地域的英文简写
|
void |
setDirection(Long Direction)
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 DeleteSecurityGroupAllRuleRequest()
public DeleteSecurityGroupAllRuleRequest(DeleteSecurityGroupAllRuleRequest source)
public Long getDirection()
public void setDirection(Long Direction)
Direction
- 方向,0:出站,1:入站public String getArea()
public void setArea(String Area)
Area
- 腾讯云地域的英文简写Copyright © 2022. All rights reserved.