public class DescribeMachinesSimpleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeMachinesSimpleRequest() |
DescribeMachinesSimpleRequest(DescribeMachinesSimpleRequest 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 Filtering criteria
Keywords - String - required: no - keywords for querying
Version - String required: no - current protection edition ( PRO_VERSION: Pro Edition | BASIC_VERSION: Basic Edition | Flagship: Ultimate Edition | ProtectedMachines: Pro + Ultimate Editions | UnFlagship: Non-Ultimate Edition | PRO_POST_PAY: Pro Edition in pay-as-you-go mode | PRO_PRE_PAY: Pro Edition in monthly subscription mode)
TagId - String - required: no - tag ID
|
Long |
getLimit()
Get Number of entries to be returned.
|
String |
getMachineRegion()
Get Machine region.
|
String |
getMachineType()
Get Type of the machine's zone
CVM: Cloud Virtual Machine
BM: BM
ECM: Edge Computing Machine
LH: Lighthouse
Other: Hybrid Cloud Zone
|
Long |
getOffset()
Get Offset.
|
Long[] |
getProjectIds()
Get ID list of businesses to which machines belong
|
void |
setFilters(Filter[] Filters)
Set Filtering criteria
Keywords - String - required: no - keywords for querying
Version - String required: no - current protection edition ( PRO_VERSION: Pro Edition | BASIC_VERSION: Basic Edition | Flagship: Ultimate Edition | ProtectedMachines: Pro + Ultimate Editions | UnFlagship: Non-Ultimate Edition | PRO_POST_PAY: Pro Edition in pay-as-you-go mode | PRO_PRE_PAY: Pro Edition in monthly subscription mode)
TagId - String - required: no - tag ID
|
void |
setLimit(Long Limit)
Set Number of entries to be returned.
|
void |
setMachineRegion(String MachineRegion)
Set Machine region.
|
void |
setMachineType(String MachineType)
Set Type of the machine's zone
CVM: Cloud Virtual Machine
BM: BM
ECM: Edge Computing Machine
LH: Lighthouse
Other: Hybrid Cloud Zone
|
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, toJsonString
public DescribeMachinesSimpleRequest()
public DescribeMachinesSimpleRequest(DescribeMachinesSimpleRequest source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType
- Type of the machine's zone
CVM: Cloud Virtual Machine
BM: BM
ECM: Edge Computing Machine
LH: Lighthouse
Other: Hybrid Cloud Zonepublic String getMachineRegion()
public void setMachineRegion(String MachineRegion)
MachineRegion
- Machine region. For example, ap-guangzhou and ap-shanghai.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries to be returned. Default value: 10. Maximum value: 100.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filtering criteria
public Long[] getProjectIds()
public void setProjectIds(Long[] ProjectIds)
ProjectIds
- ID list of businesses to which machines belongCopyright © 2025. All rights reserved.