public static final class ModifyVpcFirewallConfigureRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyVpcFirewallConfigureRequest |
build() |
ModifyVpcFirewallConfigureRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ModifyVpcFirewallConfigureRequest.Builder |
localVpcCidrTableList(String localVpcCidrTableList)
The CIDR blocks of the local VPC.
|
ModifyVpcFirewallConfigureRequest.Builder |
memberUid(String memberUid)
The UID of the member that is managed by your Alibaba Cloud account.
|
ModifyVpcFirewallConfigureRequest.Builder |
peerVpcCidrTableList(String peerVpcCidrTableList)
The CIDR blocks of the peer VPC.
|
ModifyVpcFirewallConfigureRequest.Builder |
vpcFirewallId(String vpcFirewallId)
The instance ID of the VPC firewall.
|
ModifyVpcFirewallConfigureRequest.Builder |
vpcFirewallName(String vpcFirewallName)
The instance name of the VPC firewall.
|
public ModifyVpcFirewallConfigureRequest.Builder lang(String lang)
* **zh**: Chinese (default) * **en**: English
public ModifyVpcFirewallConfigureRequest.Builder localVpcCidrTableList(String localVpcCidrTableList)
* **RouteTableId**: the ID of the route table for the local VPC. * **RouteEntryList**: The value is a JSON string that contains the DestinationCidr and NextHopInstanceId parameters. The DestinationCidr parameter indicates the destination CIDR block of the local VPC. The NextHopInstanceId parameter indicates the instance ID of the next hop for the local VPC. > You can call the [DescribeVpcFirewallDetail](~~342892~~) operation to query the CIDR blocks of local VPCs for VPC firewalls.
public ModifyVpcFirewallConfigureRequest.Builder memberUid(String memberUid)
public ModifyVpcFirewallConfigureRequest.Builder peerVpcCidrTableList(String peerVpcCidrTableList)
* **RouteTableId**: the ID of the route table for the peer VPC. * **RouteEntryList**: The value is a JSON string that contains the DestinationCidr and NextHopInstanceId parameters. The DestinationCidr parameter indicates the destination CIDR block of the peer VPC. The NextHopInstanceId parameter indicates the instance ID of the next hop for the peer VPC. > You can call the [DescribeVpcFirewallDetail](~~342892~~) operation to query the CIDR blocks of peer VPCs for VPC firewalls.
public ModifyVpcFirewallConfigureRequest.Builder vpcFirewallId(String vpcFirewallId)
> You can call the [DescribeVpcFirewallList](~~342932~~) operation to query the instance IDs of VPC firewalls.
public ModifyVpcFirewallConfigureRequest.Builder vpcFirewallName(String vpcFirewallName)
public ModifyVpcFirewallConfigureRequest build()
Copyright © 2023. All rights reserved.