deleteNetworkAclDenyAllowGroup
- Print
- PDF
deleteNetworkAclDenyAllowGroup
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Can be used in a VPC environment.
Overview
Deletes network ACL's Deny-Allow groups.
Request
Request parameter
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Determines the region of the network ACL's Deny-Allow group to delete. regionCode can be obtained through the getRegionList action. Default: Selects the first region of the getRegionList search results. | |
networkAclDenyAllowGroupNo | Yes | String | - Network ACL's Deny-Allow group number to delete networkAclDenyAllowGroupNo can be obtained through the getNetworkAclDenyAllowGroupList action. | |
responseFormatType | No | String | - Format type of the response result Options : xml | json Default : xml |
Response
Response data type
- NetworkAclDenyAllowGroupList type
NetworkAclDenyAllowGroupList extends CommonResponse |
---|
private Integer totalRows; |
private List |
NetworkAclDenyAllowGroup |
---|
private String networkAclDenyAllowGroupNo; |
private String networkAclDenyAllowGroupName; |
private CommonCode networkAclDenyAllowGroupStatus; |
private String vpcNo; |
private IpList ipList; |
private String networkAclDenyAllowGroupDescription; |
private Date createDate; |
private Boolean isApplied; |
IpList |
---|
private List |
Examples
Request examples
Response examples
Was this article helpful?