public static final class UninstallBackupClientRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UninstallBackupClientRequest |
build() |
UninstallBackupClientRequest.Builder |
policyVersion(String policyVersion)
The version of the anti-ransomware policy.
|
UninstallBackupClientRequest.Builder |
uuid(String uuid)
The UUID of the server from which you want to uninstall the anti-ransomware agent.
|
UninstallBackupClientRequest.Builder |
uuidList(List<String> uuidList)
The UUIDs of the servers from which you want to uninstall the anti-ransomware agent.
|
public UninstallBackupClientRequest.Builder policyVersion(String policyVersion)
* **1.0.0** * **2.0.0**
public UninstallBackupClientRequest.Builder uuid(String uuid)
> You must specify at least one of the UuidList and Uuid parameters.
public UninstallBackupClientRequest.Builder uuidList(List<String> uuidList)
> You must specify at least one of the UuidList and Uuid parameters.
public UninstallBackupClientRequest build()
Copyright © 2023. All rights reserved.