public static final class DeleteBackupPolicyMachineRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteBackupPolicyMachineRequest |
build() |
DeleteBackupPolicyMachineRequest.Builder |
policyId(Long policyId)
The ID of the anti-ransomware policy.
|
DeleteBackupPolicyMachineRequest.Builder |
policyVersion(String policyVersion)
The version of the anti-ransomware policy.
|
DeleteBackupPolicyMachineRequest.Builder |
uuid(String uuid)
The UUID of the server to which the anti-ransomware policy is applied.
|
DeleteBackupPolicyMachineRequest.Builder |
uuidList(List<String> uuidList)
The UUIDs of the servers to which the anti-ransomware policy is applied.
|
public DeleteBackupPolicyMachineRequest.Builder policyId(Long policyId)
> You can call the [DescribeBackupPolicies](~~DescribeBackupPolicies~~) operation to query the **Id** of anti-ransomware policies.
public DeleteBackupPolicyMachineRequest.Builder policyVersion(String policyVersion)
* **1.0.0** * **2.0.0** > You can call the [DescribeBackupPolicies](~~DescribeBackupPolicies~~) operation to query the versions of anti-ransomware policies.
public DeleteBackupPolicyMachineRequest.Builder uuid(String uuid)
> You must specify at least one of the `UuidList` and `Uuid` parameters.
public DeleteBackupPolicyMachineRequest.Builder uuidList(List<String> uuidList)
> You must specify at least one of the `UuidList` and `Uuid` parameters.
public DeleteBackupPolicyMachineRequest build()
Copyright © 2023. All rights reserved.