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