public static final class ModifyVpcFirewallControlPolicyPositionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyVpcFirewallControlPolicyPositionRequest.Builder |
aclUuid(String aclUuid)
AclUuid.
|
ModifyVpcFirewallControlPolicyPositionRequest |
build() |
ModifyVpcFirewallControlPolicyPositionRequest.Builder |
lang(String lang)
The natural language of the request and response.
|
ModifyVpcFirewallControlPolicyPositionRequest.Builder |
newOrder(String newOrder)
The new priority of the access control policy.
|
ModifyVpcFirewallControlPolicyPositionRequest.Builder |
oldOrder(String oldOrder)
The original priority of the access control policy.
|
ModifyVpcFirewallControlPolicyPositionRequest.Builder |
vpcFirewallId(String vpcFirewallId)
The ID of the policy group to which the access control policy belongs.
|
public ModifyVpcFirewallControlPolicyPositionRequest.Builder aclUuid(String aclUuid)
public ModifyVpcFirewallControlPolicyPositionRequest.Builder lang(String lang)
Valid values: - **zh**: Chinese (default) - **en**: English
public ModifyVpcFirewallControlPolicyPositionRequest.Builder newOrder(String newOrder)
public ModifyVpcFirewallControlPolicyPositionRequest.Builder oldOrder(String oldOrder)
public ModifyVpcFirewallControlPolicyPositionRequest.Builder vpcFirewallId(String vpcFirewallId)
Valid values: - If the VPC firewall is used to protect a Cloud Enterprise Network (CEN) instance, the value of this parameter is the ID of the CEN instance. Example: cen-ervw0g12b5jbw**** - If the VPC firewall is used to protect an Express Connect circuit, the value of this parameter is the instance ID of the VPC firewall. Example: vfw-a42bbb7b887148c9****
public ModifyVpcFirewallControlPolicyPositionRequest build()
Copyright © 2023. All rights reserved.