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)
* **zh**: Chinese * **en**: English
public ModifyWebLockStatusRequest.Builder sourceIp(String sourceIp)
public ModifyWebLockStatusRequest.Builder status(String status)
* **on**: enables web tamper proofing * **off**: disables web tamper proofing > After you disable web tamper proofing for the specified server, one quota is released.
public ModifyWebLockStatusRequest.Builder uuid(String uuid)
public ModifyWebLockStatusRequest build()
Copyright © 2023. All rights reserved.