public class DescribeAssetMachineListRequest extends AbstractModel
Constructor and Description |
---|
DescribeAssetMachineListRequest() |
DescribeAssetMachineListRequest(DescribeAssetMachineListRequest 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 可选排序:PartitionCount
|
Filter[] |
getFilters()
Get 过滤条件。
IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
OsType - String - 是否必填:否 - windows或linux
CpuLoad - Int - 是否必填:否 -
0: 未知 1: 低负载
2: 中负载 3: 高负载
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%
Quuid:主机Quuid
Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getOrder()
Get 排序方式,asc升序 或 desc降序
|
void |
setBy(String By)
Set 可选排序:PartitionCount
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
OsType - String - 是否必填:否 - windows或linux
CpuLoad - Int - 是否必填:否 -
0: 未知 1: 低负载
2: 中负载 3: 高负载
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%
Quuid:主机Quuid
Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
|
void |
setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAssetMachineListRequest()
public DescribeAssetMachineListRequest(DescribeAssetMachineListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 需要返回的数量,默认为10,最大值为100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
public String getBy()
public void setBy(String By)
By
- 可选排序:PartitionCountpublic String getOrder()
public void setOrder(String Order)
Order
- 排序方式,asc升序 或 desc降序Copyright © 2021. All rights reserved.