public static final class ModifyVpcFirewallDefaultIPSConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyVpcFirewallDefaultIPSConfigRequest.Builder |
basicRules(String basicRules)
Specifies whether to enable basic protection.
|
ModifyVpcFirewallDefaultIPSConfigRequest |
build() |
ModifyVpcFirewallDefaultIPSConfigRequest.Builder |
enableAllPatch(String enableAllPatch)
Specifies whether to enable virtual patching.
|
ModifyVpcFirewallDefaultIPSConfigRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ModifyVpcFirewallDefaultIPSConfigRequest.Builder |
memberUid(String memberUid)
The UID of the member that is managed by your Alibaba Cloud account.
|
ModifyVpcFirewallDefaultIPSConfigRequest.Builder |
runMode(String runMode)
The mode of the intrusion prevention system (IPS).
|
ModifyVpcFirewallDefaultIPSConfigRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
ModifyVpcFirewallDefaultIPSConfigRequest.Builder |
vpcFirewallId(String vpcFirewallId)
The instance ID of the VPC firewall.
|
public ModifyVpcFirewallDefaultIPSConfigRequest.Builder basicRules(String basicRules)
* **1**: yes * **0**: no
public ModifyVpcFirewallDefaultIPSConfigRequest.Builder enableAllPatch(String enableAllPatch)
* **1**: yes * **0**: no
public ModifyVpcFirewallDefaultIPSConfigRequest.Builder lang(String lang)
* **zh**: Chinese (default) * **en**: English
public ModifyVpcFirewallDefaultIPSConfigRequest.Builder memberUid(String memberUid)
public ModifyVpcFirewallDefaultIPSConfigRequest.Builder runMode(String runMode)
* **1**: block mode * **0**: monitor mode
public ModifyVpcFirewallDefaultIPSConfigRequest.Builder sourceIp(String sourceIp)
public ModifyVpcFirewallDefaultIPSConfigRequest.Builder vpcFirewallId(String vpcFirewallId)
* 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. You can call the [DescribeVpcFirewallCenList](~~345777~~) operation to query the IDs of CEN instances. * If the VPC firewall protects mutual access traffic between two VPCs that are connected by using an Express Connect circuit, the value of this parameter is the ID of the VPC firewall. You can call the [DescribeVpcFirewallList](~~342932~~) operation to query the instance IDs of VPC firewalls.
public ModifyVpcFirewallDefaultIPSConfigRequest build()
Copyright © 2023. All rights reserved.