public static final class BatchCopyVpcFirewallControlPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BatchCopyVpcFirewallControlPolicyRequest |
build() |
BatchCopyVpcFirewallControlPolicyRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
BatchCopyVpcFirewallControlPolicyRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
BatchCopyVpcFirewallControlPolicyRequest.Builder |
sourceVpcFirewallId(String sourceVpcFirewallId)
The ID of the policy group of the source VPC firewall.
|
BatchCopyVpcFirewallControlPolicyRequest.Builder |
targetVpcFirewallId(String targetVpcFirewallId)
The ID of the policy group of the destination VPC firewall.
|
public BatchCopyVpcFirewallControlPolicyRequest.Builder lang(String lang)
* **zh**: Chinese (default) * **en**: English
public BatchCopyVpcFirewallControlPolicyRequest.Builder sourceIp(String sourceIp)
public BatchCopyVpcFirewallControlPolicyRequest.Builder sourceVpcFirewallId(String sourceVpcFirewallId)
* If the VPC firewall protects mutual access traffic between a VPC and a specified network instance that is attached to a Cloud Enterprise Network (CEN) instance, the value of this parameter is the ID of the CEN instance. The network instance can be a VPC, a virtual border router (VBR), or a Cloud Connect Network (CCN) instance. * If the VPC firewall protects traffic between two VPCs that are connected by using an Express Connect circuit, the value of this parameter is the instance ID of the VPC firewall. > You can call the [DescribeVpcFirewallAclGroupList](~~159760~~) operation to query the IDs of policy groups.
public BatchCopyVpcFirewallControlPolicyRequest.Builder targetVpcFirewallId(String targetVpcFirewallId)
* If the VPC firewall protects mutual access traffic between a VPC and a specified network instance that is attached to a CEN instance, the value of this parameter is the ID of the CEN instance. The network instance can be a VPC, a VBR, or a CCN instance. * If the VPC firewall protects traffic between two VPCs that are connected by using an Express Connect circuit, the value of this parameter is the instance ID of the VPC firewall. > You can call the [DescribeVpcFirewallAclGroupList](~~159760~~) operation to query the IDs of policy groups.
public BatchCopyVpcFirewallControlPolicyRequest build()
Copyright © 2023. All rights reserved.