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)
The language of the content within the request and response. Valid values:
zh
public ModifyVpcFirewallConfigureRequest.Builder localVpcCidrTableList(String localVpcCidrTableList)
The CIDR blocks of the local VPC. The value is a JSON string that contains the following parameters:
You can call the DescribeVpcFirewallDetail operation to query the CIDR blocks of local VPCs for VPC firewalls.
This parameter is required.
example:[{"RouteTableId":"vtb-1234","RouteEntryList":[{"DestinationCidr":"192.168.XX.XX/24","NextHopInstanceId":"vrt-m5eb5me6c3l5sezae****"}]},{"RouteTableId":"vtb-1235","RouteEntryList":[{"DestinationCidr":"192.168.XX.XX/24","NextHopInstanceId":"vrt-m5eb5me6c3l5sezae****"}]}]
public ModifyVpcFirewallConfigureRequest.Builder memberUid(String memberUid)
The UID of the member that is managed by your Alibaba Cloud account.
example:258039427902****
public ModifyVpcFirewallConfigureRequest.Builder peerVpcCidrTableList(String peerVpcCidrTableList)
The CIDR blocks of the peer VPC. The value is a JSON string that contains the following parameters:
You can call the DescribeVpcFirewallDetail operation to query the CIDR blocks of peer VPCs for VPC firewalls.
This parameter is required.
example:[{"RouteTableId":"vtb-1234","RouteEntryList":[{"DestinationCidr":"192.168.XX.XX/24","NextHopInstanceId":"vrt-m5eb5me6c3l5sezae****"}]},{"RouteTableId":"vtb-1235","RouteEntryList":[{"DestinationCidr":"192.168.XX.XX/24","NextHopInstanceId":"vrt-m5eb5me6c3l5sezae****"}]}]
public ModifyVpcFirewallConfigureRequest.Builder vpcFirewallId(String vpcFirewallId)
The instance ID of the VPC firewall.
You can call the DescribeVpcFirewallList operation to query the instance IDs of VPC firewalls.
This parameter is required.
example:vfw-m5e7dbc4y****
public ModifyVpcFirewallConfigureRequest.Builder vpcFirewallName(String vpcFirewallName)
The instance name of the VPC firewall.
This parameter is required.
example:Test firewall
public ModifyVpcFirewallConfigureRequest build()
Copyright © 2026. All rights reserved.