public class DescribeNetworkAclsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeNetworkAclsRequest.DescribeNetworkAclsRequestTags |
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
networkAclId
The ID of the network ACL.
|
String |
networkAclName
The name of the network ACL.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the network ACL.
|
String |
resourceId
The ID of the associated instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
resourceType
The type of the associated instance.
|
List<DescribeNetworkAclsRequest.DescribeNetworkAclsRequestTags> |
tags
The tag list.
|
String |
vpcId
The ID of the VPC to which the network ACL belongs.
|
构造器和说明 |
---|
DescribeNetworkAclsRequest() |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="NetworkAclId") public String networkAclId
The ID of the network ACL.
example:nacl-bp1lhl0taikrbgnh****
@NameInMap(value="NetworkAclName") public String networkAclName
The name of the network ACL.
The name must be 1 to 128 characters in length, and cannot start with http://
or https://
.
acl-1
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Maximum value: 50. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the network ACL.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceId") public String resourceId
The ID of the associated instance.
example:vsw-bp1de348lntdwnhbg****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ResourceType") public String resourceType
The type of the associated instance. Set the value to VSwitch.
This parameter is valid only if ResourceType and ResourceId are both specified.
example:VSwitch
@NameInMap(value="Tags") public List<DescribeNetworkAclsRequest.DescribeNetworkAclsRequestTags> tags
The tag list.
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC to which the network ACL belongs.
example:vpc-m5ebpc2xh64mqm27e****
public static DescribeNetworkAclsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeNetworkAclsRequest setClientToken(String clientToken)
public String getClientToken()
public DescribeNetworkAclsRequest setNetworkAclId(String networkAclId)
public String getNetworkAclId()
public DescribeNetworkAclsRequest setNetworkAclName(String networkAclName)
public String getNetworkAclName()
public DescribeNetworkAclsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeNetworkAclsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeNetworkAclsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeNetworkAclsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeNetworkAclsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeNetworkAclsRequest setResourceId(String resourceId)
public String getResourceId()
public DescribeNetworkAclsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeNetworkAclsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeNetworkAclsRequest setResourceType(String resourceType)
public String getResourceType()
public DescribeNetworkAclsRequest setTags(List<DescribeNetworkAclsRequest.DescribeNetworkAclsRequestTags> tags)
public List<DescribeNetworkAclsRequest.DescribeNetworkAclsRequestTags> getTags()
public DescribeNetworkAclsRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.