public class ExportAssetMachineListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExportAssetMachineListRequest() |
ExportAssetMachineListRequest(ExportAssetMachineListRequest 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 |
---|---|
String |
getBy()
Get 可选排序[FirstTime|PartitionCount]
|
Filter[] |
getFilters()
Get 过滤条件。
IP - String - 是否必填:否 - 主机ip
MachineName - String - 是否必填:否 - 主机名称
InstanceID - string - 是否必填:否 - 实例ID
OsType - String - 是否必填:否 - windows或linux
CpuLoad - Int - 是否必填:否 -
0: 0%或未知 1: 0%~20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
DiskLoad - Int - 是否必填:否 -
0: 0%或未知 1: 0%~20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
MemLoad - Int - 是否必填:否 -
0: 0%或未知 1: 0%~20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
|
String |
getOrder()
Get 排序方式,asc升序 或 desc降序
|
void |
setBy(String By)
Set 可选排序[FirstTime|PartitionCount]
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
IP - String - 是否必填:否 - 主机ip
MachineName - String - 是否必填:否 - 主机名称
InstanceID - string - 是否必填:否 - 实例ID
OsType - String - 是否必填:否 - windows或linux
CpuLoad - Int - 是否必填:否 -
0: 0%或未知 1: 0%~20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
DiskLoad - Int - 是否必填:否 -
0: 0%或未知 1: 0%~20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
MemLoad - Int - 是否必填:否 -
0: 0%或未知 1: 0%~20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
|
void |
setOrder(String Order)
Set 排序方式,asc升序 或 desc降序
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExportAssetMachineListRequest()
public ExportAssetMachineListRequest(ExportAssetMachineListRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
public String getOrder()
public void setOrder(String Order)
Order
- 排序方式,asc升序 或 desc降序public String getBy()
public void setBy(String By)
By
- 可选排序[FirstTime|PartitionCount]Copyright © 2024. All rights reserved.