public class DeleteAcRuleRequest extends AbstractModel
Constructor and Description |
---|
DeleteAcRuleRequest() |
DeleteAcRuleRequest(DeleteAcRuleRequest 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 NAT region, e.g.
|
Long |
getDirection()
Get Direction.
|
String |
getEdgeId()
Get Edge ID between two VPCs
|
Long |
getId()
Get The ID of the rule to delete.
|
void |
setArea(String Area)
Set NAT region, e.g.
|
void |
setDirection(Long Direction)
Set Direction.
|
void |
setEdgeId(String EdgeId)
Set Edge ID between two VPCs
|
void |
setId(Long Id)
Set The ID of the rule to delete.
|
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 DeleteAcRuleRequest()
public DeleteAcRuleRequest(DeleteAcRuleRequest source)
public Long getId()
public void setId(Long Id)
Id
- The ID of the rule to delete. It can be queried via the DescribeAcLists API.public Long getDirection()
public void setDirection(Long Direction)
Direction
- Direction. 0: outbound; 1: inboundpublic String getEdgeId()
public void setEdgeId(String EdgeId)
EdgeId
- Edge ID between two VPCspublic String getArea()
public void setArea(String Area)
Area
- NAT region, e.g. ap-shanghai/ap-guangzhou/ap-chongqingCopyright © 2023. All rights reserved.