public class DescribeMachineGeneralResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeMachineGeneralResponse() |
DescribeMachineGeneralResponse(DescribeMachineGeneralResponse 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 |
getAliCloudMachineCnt()
Get Number of Alibaba Cloud machines
|
Long |
getBaiduCloudMachineCnt()
Get Number of Baidu Cloud machines
|
Long |
getBaseMachineCnt()
Get Number of protected Basic Edition machines
|
Long |
getCompareYesterdayDeadlineMachineCnt()
Get Number of new machines about to expire compared with that yesterday
|
Long |
getCompareYesterdayMachineCnt()
Get Number of new hosts compared with that yesterday
|
Long |
getCompareYesterdayNotProtectMachineCnt()
Get Number of new unprotected machines compared with that yesterday
|
Long |
getCompareYesterdayRiskMachineCnt()
Get Number of new risky machines compared with that yesterday
|
Long |
getDeadlineMachineCnt()
Get Number of machines about to expire
|
Long |
getFlagshipMachineCnt()
Get Number of protected Ultimate Edition machines
|
Long |
getIDCMachineCnt()
Get Number of IDC machines
|
Long |
getLHGeneralDiscountCnt()
Get Number of protected Inclusive Edition machines (Lighthouse machines)
|
Long |
getMachineCnt()
Get Total number of assets
|
Long |
getMachineDestroyAfterOfflineHours()
Get Auto-cleanup Time, maximum 720 hours, minimum 0, 0 by default, 0=OFF
|
Long |
getNotProtectMachineCnt()
Get Number of unprotected machines
|
Long |
getOtherCloudMachineCnt()
Get Number of machines from other cloud service vendors
|
Long |
getProtectMachineCnt()
Get Number of protected machines
|
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 |
getRiskMachineCnt()
Get Number of risky machines
|
Long |
getSpecialtyMachineCnt()
Get Number of protected Pro Edition machines
|
Long |
getTencentCloudMachineCnt()
Get Number of Tencent Cloud machines
|
void |
setAliCloudMachineCnt(Long AliCloudMachineCnt)
Set Number of Alibaba Cloud machines
|
void |
setBaiduCloudMachineCnt(Long BaiduCloudMachineCnt)
Set Number of Baidu Cloud machines
|
void |
setBaseMachineCnt(Long BaseMachineCnt)
Set Number of protected Basic Edition machines
|
void |
setCompareYesterdayDeadlineMachineCnt(Long CompareYesterdayDeadlineMachineCnt)
Set Number of new machines about to expire compared with that yesterday
|
void |
setCompareYesterdayMachineCnt(Long CompareYesterdayMachineCnt)
Set Number of new hosts compared with that yesterday
|
void |
setCompareYesterdayNotProtectMachineCnt(Long CompareYesterdayNotProtectMachineCnt)
Set Number of new unprotected machines compared with that yesterday
|
void |
setCompareYesterdayRiskMachineCnt(Long CompareYesterdayRiskMachineCnt)
Set Number of new risky machines compared with that yesterday
|
void |
setDeadlineMachineCnt(Long DeadlineMachineCnt)
Set Number of machines about to expire
|
void |
setFlagshipMachineCnt(Long FlagshipMachineCnt)
Set Number of protected Ultimate Edition machines
|
void |
setIDCMachineCnt(Long IDCMachineCnt)
Set Number of IDC machines
|
void |
setLHGeneralDiscountCnt(Long LHGeneralDiscountCnt)
Set Number of protected Inclusive Edition machines (Lighthouse machines)
|
void |
setMachineCnt(Long MachineCnt)
Set Total number of assets
|
void |
setMachineDestroyAfterOfflineHours(Long MachineDestroyAfterOfflineHours)
Set Auto-cleanup Time, maximum 720 hours, minimum 0, 0 by default, 0=OFF
|
void |
setNotProtectMachineCnt(Long NotProtectMachineCnt)
Set Number of unprotected machines
|
void |
setOtherCloudMachineCnt(Long OtherCloudMachineCnt)
Set Number of machines from other cloud service vendors
|
void |
setProtectMachineCnt(Long ProtectMachineCnt)
Set Number of protected machines
|
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 |
setRiskMachineCnt(Long RiskMachineCnt)
Set Number of risky machines
|
void |
setSpecialtyMachineCnt(Long SpecialtyMachineCnt)
Set Number of protected Pro Edition machines
|
void |
setTencentCloudMachineCnt(Long TencentCloudMachineCnt)
Set Number of Tencent Cloud machines
|
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 DescribeMachineGeneralResponse()
public DescribeMachineGeneralResponse(DescribeMachineGeneralResponse source)
public Long getMachineCnt()
public void setMachineCnt(Long MachineCnt)
MachineCnt
- Total number of assetspublic Long getTencentCloudMachineCnt()
public void setTencentCloudMachineCnt(Long TencentCloudMachineCnt)
TencentCloudMachineCnt
- Number of Tencent Cloud machinespublic Long getAliCloudMachineCnt()
public void setAliCloudMachineCnt(Long AliCloudMachineCnt)
AliCloudMachineCnt
- Number of Alibaba Cloud machinespublic Long getBaiduCloudMachineCnt()
public void setBaiduCloudMachineCnt(Long BaiduCloudMachineCnt)
BaiduCloudMachineCnt
- Number of Baidu Cloud machinespublic Long getIDCMachineCnt()
public void setIDCMachineCnt(Long IDCMachineCnt)
IDCMachineCnt
- Number of IDC machinespublic Long getOtherCloudMachineCnt()
public void setOtherCloudMachineCnt(Long OtherCloudMachineCnt)
OtherCloudMachineCnt
- Number of machines from other cloud service vendorspublic Long getProtectMachineCnt()
public void setProtectMachineCnt(Long ProtectMachineCnt)
ProtectMachineCnt
- Number of protected machinespublic Long getBaseMachineCnt()
public void setBaseMachineCnt(Long BaseMachineCnt)
BaseMachineCnt
- Number of protected Basic Edition machinespublic Long getSpecialtyMachineCnt()
public void setSpecialtyMachineCnt(Long SpecialtyMachineCnt)
SpecialtyMachineCnt
- Number of protected Pro Edition machinespublic Long getFlagshipMachineCnt()
public void setFlagshipMachineCnt(Long FlagshipMachineCnt)
FlagshipMachineCnt
- Number of protected Ultimate Edition machinespublic Long getRiskMachineCnt()
public void setRiskMachineCnt(Long RiskMachineCnt)
RiskMachineCnt
- Number of risky machinespublic Long getCompareYesterdayRiskMachineCnt()
public void setCompareYesterdayRiskMachineCnt(Long CompareYesterdayRiskMachineCnt)
CompareYesterdayRiskMachineCnt
- Number of new risky machines compared with that yesterdaypublic Long getCompareYesterdayNotProtectMachineCnt()
public void setCompareYesterdayNotProtectMachineCnt(Long CompareYesterdayNotProtectMachineCnt)
CompareYesterdayNotProtectMachineCnt
- Number of new unprotected machines compared with that yesterdaypublic Long getCompareYesterdayDeadlineMachineCnt()
public void setCompareYesterdayDeadlineMachineCnt(Long CompareYesterdayDeadlineMachineCnt)
CompareYesterdayDeadlineMachineCnt
- Number of new machines about to expire compared with that yesterdaypublic Long getDeadlineMachineCnt()
public void setDeadlineMachineCnt(Long DeadlineMachineCnt)
DeadlineMachineCnt
- Number of machines about to expirepublic Long getNotProtectMachineCnt()
public void setNotProtectMachineCnt(Long NotProtectMachineCnt)
NotProtectMachineCnt
- Number of unprotected machinespublic Long getLHGeneralDiscountCnt()
public void setLHGeneralDiscountCnt(Long LHGeneralDiscountCnt)
LHGeneralDiscountCnt
- Number of protected Inclusive Edition machines (Lighthouse machines)public Long getCompareYesterdayMachineCnt()
public void setCompareYesterdayMachineCnt(Long CompareYesterdayMachineCnt)
CompareYesterdayMachineCnt
- Number of new hosts compared with that yesterdaypublic Long getMachineDestroyAfterOfflineHours()
public void setMachineDestroyAfterOfflineHours(Long MachineDestroyAfterOfflineHours)
MachineDestroyAfterOfflineHours
- Auto-cleanup Time, maximum 720 hours, minimum 0, 0 by default, 0=OFFpublic 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.