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 Filter criteria
Keywords - String - required: no - keyword for query 
Status - String - required: no - client online status (OFFLINE: offline | ONLINE: online | UNINSTALLED: not installed)
Version - String - required: no - current protection version (PRO_VERSION: Pro Edition | BASIC_VERSION: Basic Edition)
Only one value is allowed for each filter criterion. | 
| Long | getLimit()Get Quantity of returns. | 
| String | getMachineRegion()Get Machine region. | 
| String | getMachineType()Get CVM type
CVM: Represent a virtual machine
BM: Represent a physical machine | 
| Long | getOffset()Get Offset. | 
| Long[] | getProjectIds()Get ID List of Businesses to which machines belong | 
| void | setFilters(Filter[] Filters)Set Filter criteria
Keywords - String - required: no - keyword for query 
Status - String - required: no - client online status (OFFLINE: offline | ONLINE: online | UNINSTALLED: not installed)
Version - String - required: no - current protection version (PRO_VERSION: Pro Edition | BASIC_VERSION: Basic Edition)
Only one value is allowed for each filter criterion. | 
| void | setLimit(Long Limit)Set Quantity of returns. | 
| void | setMachineRegion(String MachineRegion)Set Machine region. | 
| void | setMachineType(String MachineType)Set CVM type
CVM: Represent a virtual machine
BM: Represent a physical machine | 
| void | setOffset(Long Offset)Set Offset. | 
| void | setProjectIds(Long[] ProjectIds)Set ID List of Businesses to which machines belong | 
| 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, toJsonStringpublic DescribeExportMachinesRequest()
public DescribeExportMachinesRequest(DescribeExportMachinesRequest source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType - CVM type
public String getMachineRegion()
public void setMachineRegion(String MachineRegion)
MachineRegion - Machine region. Example: ap-guangzhou, ap-shanghaipublic Long getLimit()
public void setLimit(Long Limit)
Limit - Quantity of returns. It is 10 by default, and the maximum value is 100.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default value: 0.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criteria
public Long[] getProjectIds()
public void setProjectIds(Long[] ProjectIds)
ProjectIds - ID List of Businesses to which machines belongCopyright © 2024. All rights reserved.