public static final class DescribeVpcFirewallControlPolicyRequest.Builder extends Object
public DescribeVpcFirewallControlPolicyRequest.Builder aclAction(String aclAction)
The action that Cloud Firewall performs on the traffic. Valid values:
example:If you do not specify this parameter, access control policies are queried based on all actions.
accept
public DescribeVpcFirewallControlPolicyRequest.Builder aclUuid(String aclUuid)
The unique ID of the access control policy.
example:4037fbf7-3e39-4634-92a4-d0155247****
public DescribeVpcFirewallControlPolicyRequest.Builder currentPage(String currentPage)
The number of the page to return.
example:1
public DescribeVpcFirewallControlPolicyRequest.Builder description(String description)
The description of the access control policy. Fuzzy match is supported.
example:test
public DescribeVpcFirewallControlPolicyRequest.Builder destination(String destination)
The destination address in the access control policy. Fuzzy match is supported.
example:The value of this parameter can be a CIDR block or an address book name.
192.0.XX.XX/24
public DescribeVpcFirewallControlPolicyRequest.Builder lang(String lang)
The language of the content within the request and response.
Valid values:
zh
public DescribeVpcFirewallControlPolicyRequest.Builder memberUid(String memberUid)
The UID of the member that is managed by your Alibaba Cloud account.
example:258039427902****
public DescribeVpcFirewallControlPolicyRequest.Builder pageSize(String pageSize)
The number of entries to return on each page.
Maximum value: 50.
example:10
public DescribeVpcFirewallControlPolicyRequest.Builder proto(String proto)
The protocol type in the access control policy. Valid values:
example:If you do not specify this parameter, access control policies of all protocol types are queried.
TCP
public DescribeVpcFirewallControlPolicyRequest.Builder release(String release)
The status of the access control policy. Valid values:
true
public DescribeVpcFirewallControlPolicyRequest.Builder repeatType(String repeatType)
The recurrence type for the access control policy to take effect. Valid values:
Permanent
public DescribeVpcFirewallControlPolicyRequest.Builder source(String source)
The source address in the access control policy. Fuzzy match is supported.
example:The value of this parameter can be a CIDR block or an address book name.
192.0.XX.XX/24
public DescribeVpcFirewallControlPolicyRequest.Builder vpcFirewallId(String vpcFirewallId)
The instance ID of the VPC firewall. Valid values:
You can call the DescribeVpcFirewallAclGroupList operation to query the ID.
This parameter is required.
example:vfw-a42bbb7b887148c9****
public DescribeVpcFirewallControlPolicyRequest build()
Copyright © 2026. All rights reserved.