public static final class ModifyWebLockStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyWebLockStatusRequest |
build() |
ModifyWebLockStatusRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ModifyWebLockStatusRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
ModifyWebLockStatusRequest.Builder |
status(String status)
Specifies whether to enable or disable web tamper proofing for the specified server.
|
ModifyWebLockStatusRequest.Builder |
uuid(String uuid)
The UUID of the server for which you want to enable or disable web tamper proofing.
|
public ModifyWebLockStatusRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ModifyWebLockStatusRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:125.71.XX.XX
public ModifyWebLockStatusRequest.Builder status(String status)
Specifies whether to enable or disable web tamper proofing for the specified server. Valid values:
After you disable web tamper proofing for the specified server, one quota is released.
This parameter is required.
example:on
public ModifyWebLockStatusRequest.Builder uuid(String uuid)
The UUID of the server for which you want to enable or disable web tamper proofing. You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
This parameter is required.
example:inet-1234567****
public ModifyWebLockStatusRequest build()
Copyright © 2026. All rights reserved.