public class DescribeIpControlsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
ipControlId
The ID of the ACL.
|
String |
ipControlName
The name of the ACL.
|
String |
ipControlType
The type of the ACL.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
securityToken |
| 构造器和说明 |
|---|
DescribeIpControlsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeIpControlsRequest |
build(Map<String,?> map) |
String |
getIpControlId() |
String |
getIpControlName() |
String |
getIpControlType() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getSecurityToken() |
DescribeIpControlsRequest |
setIpControlId(String ipControlId) |
DescribeIpControlsRequest |
setIpControlName(String ipControlName) |
DescribeIpControlsRequest |
setIpControlType(String ipControlType) |
DescribeIpControlsRequest |
setPageNumber(Integer pageNumber) |
DescribeIpControlsRequest |
setPageSize(Integer pageSize) |
DescribeIpControlsRequest |
setSecurityToken(String securityToken) |
@NameInMap(value="IpControlId") public String ipControlId
The ID of the ACL. The ID is unique.
@NameInMap(value="IpControlName") public String ipControlName
The name of the ACL.
@NameInMap(value="IpControlType") public String ipControlType
The type of the ACL. Valid values:
* **ALLOW**: an IP address whitelist
* **REFUSE**: an IP address blacklist
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return. Pages start from page 1. Default value: 1.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Maximum value: 100. Default value: 10.
@NameInMap(value="SecurityToken") public String securityToken
public static DescribeIpControlsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeIpControlsRequest setIpControlId(String ipControlId)
public String getIpControlId()
public DescribeIpControlsRequest setIpControlName(String ipControlName)
public String getIpControlName()
public DescribeIpControlsRequest setIpControlType(String ipControlType)
public String getIpControlType()
public DescribeIpControlsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeIpControlsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeIpControlsRequest setSecurityToken(String securityToken)
public String getSecurityToken()
Copyright © 2023. All rights reserved.