public class DescribeRansomDefenseStateResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRansomDefenseStateResponse() |
DescribeRansomDefenseStateResponse(DescribeRansomDefenseStateResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBackupMachineCount()
Get Number of Backed-Up Hosts
|
Long |
getBalanceStatus()
Get Account Status.
|
Long |
getMachineCount()
Get Number of Protected Machines
|
Long |
getMachineTotal()
Get Total Number of Machines
|
Long |
getProgressingRollBackTaskCount()
Get Number of Backup Recovery Tasks in Progress
|
Long |
getProgressingSnapshotTaskCount()
Get Number of Snapshot Creation Tasks in Progress
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getRollBackTaskCount()
Get Number of Backup Recovery Tasks
|
Long |
getSnapshotSize()
Get Total snapshot capacity
|
Long |
getStrategyCount()
Get Number of Activated Defense Policies
|
Long |
getStrategyTotal()
Get Total number of policies
|
void |
setBackupMachineCount(Long BackupMachineCount)
Set Number of Backed-Up Hosts
|
void |
setBalanceStatus(Long BalanceStatus)
Set Account Status.
|
void |
setMachineCount(Long MachineCount)
Set Number of Protected Machines
|
void |
setMachineTotal(Long MachineTotal)
Set Total Number of Machines
|
void |
setProgressingRollBackTaskCount(Long ProgressingRollBackTaskCount)
Set Number of Backup Recovery Tasks in Progress
|
void |
setProgressingSnapshotTaskCount(Long ProgressingSnapshotTaskCount)
Set Number of Snapshot Creation Tasks in Progress
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setRollBackTaskCount(Long RollBackTaskCount)
Set Number of Backup Recovery Tasks
|
void |
setSnapshotSize(Long SnapshotSize)
Set Total snapshot capacity
|
void |
setStrategyCount(Long StrategyCount)
Set Number of Activated Defense Policies
|
void |
setStrategyTotal(Long StrategyTotal)
Set Total number of policies
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRansomDefenseStateResponse()
public DescribeRansomDefenseStateResponse(DescribeRansomDefenseStateResponse source)
public Long getStrategyCount()
public void setStrategyCount(Long StrategyCount)
StrategyCount
- Number of Activated Defense Policiespublic Long getMachineCount()
public void setMachineCount(Long MachineCount)
MachineCount
- Number of Protected Machinespublic Long getSnapshotSize()
public void setSnapshotSize(Long SnapshotSize)
SnapshotSize
- Total snapshot capacitypublic Long getRollBackTaskCount()
public void setRollBackTaskCount(Long RollBackTaskCount)
RollBackTaskCount
- Number of Backup Recovery Taskspublic Long getProgressingSnapshotTaskCount()
public void setProgressingSnapshotTaskCount(Long ProgressingSnapshotTaskCount)
ProgressingSnapshotTaskCount
- Number of Snapshot Creation Tasks in Progresspublic Long getProgressingRollBackTaskCount()
public void setProgressingRollBackTaskCount(Long ProgressingRollBackTaskCount)
ProgressingRollBackTaskCount
- Number of Backup Recovery Tasks in Progresspublic Long getMachineTotal()
public void setMachineTotal(Long MachineTotal)
MachineTotal
- Total Number of Machinespublic Long getStrategyTotal()
public void setStrategyTotal(Long StrategyTotal)
StrategyTotal
- Total number of policiespublic Long getBalanceStatus()
public void setBalanceStatus(Long BalanceStatus)
BalanceStatus
- Account Status. 0 - Without Overdue Payment; 1 - With Overdue Paymentpublic Long getBackupMachineCount()
public void setBackupMachineCount(Long BackupMachineCount)
BackupMachineCount
- Number of Backed-Up Hostspublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.