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 Optional sorting method [FirstTime|PartitionCount]
|
Filter[] |
getFilters()
Get Filter criteria
IP - String - Required: No - Host IP
MachineName - String - Required: No - hostname
InstanceID - string - Required: No - Instance ID
OsType - String - required: no - Windows or Linux
CpuLoad - Int - required: no -
0: 0% or unknown; 1: 0% to 20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
DiskLoad - Int - required: no -
0: 0% or unknown; 1: 0% to 20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
MemLoad - Int - required: no -
0: 0% or unknown; 1: 0% to 20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
|
String |
getOrder()
Get Sorting method: asc for ascending order or desc for descending order
|
void |
setBy(String By)
Set Optional sorting method [FirstTime|PartitionCount]
|
void |
setFilters(Filter[] Filters)
Set Filter criteria
IP - String - Required: No - Host IP
MachineName - String - Required: No - hostname
InstanceID - string - Required: No - Instance ID
OsType - String - required: no - Windows or Linux
CpuLoad - Int - required: no -
0: 0% or unknown; 1: 0% to 20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
DiskLoad - Int - required: no -
0: 0% or unknown; 1: 0% to 20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
MemLoad - Int - required: no -
0: 0% or unknown; 1: 0% to 20%
2: 20%~50% 3: 50%~80%
4: 80%~100%
|
void |
setOrder(String Order)
Set Sorting method: asc for ascending order or desc for descending order
|
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
- Filter criteria
public String getOrder()
public void setOrder(String Order)
Order
- Sorting method: asc for ascending order or desc for descending orderpublic String getBy()
public void setBy(String By)
By
- Optional sorting method [FirstTime|PartitionCount]Copyright © 2025. All rights reserved.