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)
The version of the anti-ransomware policy. Valid values:
This parameter is required.
example:2.0.0
public InstallBackupClientRequest.Builder uuid(String uuid)
The UUID of the server on which you want to install the anti-ransomware agent.
example:You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers. You must specify at least one of the UuidList and Uuid parameters.
inet-617eddab-7df4-4a51-b217-a3f59194****
public InstallBackupClientRequest.Builder uuidList(List<String> uuidList)
The UUIDs of servers on which you want to install the anti-ransomware agent.
example:You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
["3bb30859-b3b5-4f28-868f-b0892c98****", "3bb30859-b3b5-4f28-868f-b0892c98****"]
public InstallBackupClientRequest build()
Copyright © 2026. All rights reserved.