public static final class DescribeVpcFirewallControlPolicyRequest.Builder extends Object
public DescribeVpcFirewallControlPolicyRequest.Builder aclAction(String aclAction)
* **accept**: allows the traffic. * **drop**: blocks the traffic. * **log**: monitors the traffic. > If you do not specify this parameter, access control policies are queried based on all actions.
public DescribeVpcFirewallControlPolicyRequest.Builder aclUuid(String aclUuid)
public DescribeVpcFirewallControlPolicyRequest.Builder currentPage(String currentPage)
public DescribeVpcFirewallControlPolicyRequest.Builder description(String description)
public DescribeVpcFirewallControlPolicyRequest.Builder destination(String destination)
> The value of this parameter can be a CIDR block or an address book name.
public DescribeVpcFirewallControlPolicyRequest.Builder lang(String lang)
Valid values: * **zh**: Chinese (default) * **en**: English
public DescribeVpcFirewallControlPolicyRequest.Builder memberUid(String memberUid)
public DescribeVpcFirewallControlPolicyRequest.Builder pageSize(String pageSize)
Maximum value: 50.
public DescribeVpcFirewallControlPolicyRequest.Builder proto(String proto)
* **TCP** * **UDP** * **ICMP** * **ANY**: all protocol types > If you do not specify this parameter, access control policies of all protocol types are queried.
public DescribeVpcFirewallControlPolicyRequest.Builder release(String release)
* **true**: The access control policy is enabled. * **false**: The access control policy is disabled.
public DescribeVpcFirewallControlPolicyRequest.Builder source(String source)
> The value of this parameter can be a CIDR block or an address book name.
public DescribeVpcFirewallControlPolicyRequest.Builder vpcFirewallId(String vpcFirewallId)
* If the VPC firewall protects the traffic between two VPCs that are connected by using a CEN instance, the value of this parameter must be the ID of the CEN instance. * If the VPC firewall protects the traffic between two VPCs that are connected by using an Express Connect circuit, the value of this parameter must be the instance ID of the VPC firewall. > You can call the [DescribeVpcFirewallAclGroupList](~~159760~~) operation to query the ID.
public DescribeVpcFirewallControlPolicyRequest build()
Copyright © 2023. All rights reserved.