public class DescribeExportMachinesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeExportMachinesRequest() | 
| DescribeExportMachinesRequest(DescribeExportMachinesRequest 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 | 
|---|---|
| Filter[] | getFilters()Get 过滤条件。
Keywords - String - 是否必填:否 - 查询关键字 
Status - String - 是否必填:否 - 客户端在线状态(OFFLINE: 离线 | ONLINE: 在线 | UNINSTALLED:未安装)
Version - String  是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版)
每个过滤条件只支持一个值,暂不支持多个值“或”关系查询 | 
| Long | getLimit()Get 返回数量,默认为10,最大值为100。 | 
| String | getMachineRegion()Get 机器所属地域。如:ap-guangzhou,ap-shanghai | 
| String | getMachineType()Get 云主机类型。
CVM:表示虚拟主机
BM:  表示黑石物理机 | 
| Long | getOffset()Get 偏移量,默认为0。 | 
| Long[] | getProjectIds()Get 机器所属业务ID列表 | 
| void | setFilters(Filter[] Filters)Set 过滤条件。
Keywords - String - 是否必填:否 - 查询关键字 
Status - String - 是否必填:否 - 客户端在线状态(OFFLINE: 离线 | ONLINE: 在线 | UNINSTALLED:未安装)
Version - String  是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版)
每个过滤条件只支持一个值,暂不支持多个值“或”关系查询 | 
| void | setLimit(Long Limit)Set 返回数量,默认为10,最大值为100。 | 
| void | setMachineRegion(String MachineRegion)Set 机器所属地域。如:ap-guangzhou,ap-shanghai | 
| void | setMachineType(String MachineType)Set 云主机类型。
CVM:表示虚拟主机
BM:  表示黑石物理机 | 
| void | setOffset(Long Offset)Set 偏移量,默认为0。 | 
| void | setProjectIds(Long[] ProjectIds)Set 机器所属业务ID列表 | 
| 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, toJsonStringpublic DescribeExportMachinesRequest()
public DescribeExportMachinesRequest(DescribeExportMachinesRequest source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType - 云主机类型。
public String getMachineRegion()
public void setMachineRegion(String MachineRegion)
MachineRegion - 机器所属地域。如:ap-guangzhou,ap-shanghaipublic Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,默认为10,最大值为100。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为0。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件。
public Long[] getProjectIds()
public void setProjectIds(Long[] ProjectIds)
ProjectIds - 机器所属业务ID列表Copyright © 2025. All rights reserved.