public static final class DescribeBackupPoliciesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeBackupPoliciesRequest |
build() |
DescribeBackupPoliciesRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeBackupPoliciesRequest.Builder |
machineRemark(String machineRemark)
The information that you want to use to identify the servers protected by the anti-ransomware policy.
|
DescribeBackupPoliciesRequest.Builder |
name(String name)
The name of the anti-ransomware policy that you want to query.
|
DescribeBackupPoliciesRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeBackupPoliciesRequest.Builder |
status(String status)
The status of the anti-ransomware policy.
|
public DescribeBackupPoliciesRequest.Builder currentPage(Integer currentPage)
public DescribeBackupPoliciesRequest.Builder machineRemark(String machineRemark)
public DescribeBackupPoliciesRequest.Builder name(String name)
public DescribeBackupPoliciesRequest.Builder pageSize(Integer pageSize)
public DescribeBackupPoliciesRequest.Builder status(String status)
* **enabled**: The anti-ransomware policy is manually enabled. * **disabled**: The anti-ransomware policy is manually disabled. After an anti-ransomware policy is disabled, the data backup task that is running based on the policy stops. * **closed**: The anti-ransomware policy automatically stops because the anti-ransomware capacity is insufficient.
public DescribeBackupPoliciesRequest build()
Copyright © 2023. All rights reserved.