public static final class DescribeBackupMachineStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeBackupMachineStatusRequest |
build() |
DescribeBackupMachineStatusRequest.Builder |
policyId(Long policyId)
The ID of the anti-ransomware policy.
|
DescribeBackupMachineStatusRequest.Builder |
policyVersion(String policyVersion)
The version of the anti-ransomware policy.
|
DescribeBackupMachineStatusRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
public DescribeBackupMachineStatusRequest.Builder policyId(Long policyId)
The ID of the anti-ransomware policy.
You can call the DescribeBackupPolicies operation to query the IDs of anti-ransomware policies.
This parameter is required.
example:123
public DescribeBackupMachineStatusRequest.Builder policyVersion(String policyVersion)
The version of the anti-ransomware policy. Valid values:
2.0.0
public DescribeBackupMachineStatusRequest.Builder uuid(String uuid)
The UUID of the server.
You can call the DescribeBackupPolicy operation to query the UUIDs of servers.
This parameter is required.
example:eb2c782e-64f2-4590-a86c-d90164df****
public DescribeBackupMachineStatusRequest build()
Copyright © 2026. All rights reserved.