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 过滤条件。
Keywords - String - 是否必填:否 - 查询关键字
Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship : 旗舰版 | ProtectedMachines: 专业版+旗舰版 | UnFlagship : 非旗舰版 | PRO_POST_PAY:专业版按量计费 | PRO_PRE_PAY:专业版包年包月)
TagId - String - 是否必填:否 - 标签ID
|
Long |
getLimit()
Get 返回数量,默认为10,最大值为100。
|
String |
getMachineRegion()
Get 机器所属地域。如:ap-guangzhou,ap-shanghai
|
String |
getMachineType()
Get 机器所属专区类型
CVM 云服务器
BM 黑石
ECM 边缘计算
LH 轻量应用服务器
Other 混合云专区
|
Long |
getOffset()
Get 偏移量,默认为0。
|
Long[] |
getProjectIds()
Get 机器所属业务ID列表
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
Keywords - String - 是否必填:否 - 查询关键字
Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship : 旗舰版 | ProtectedMachines: 专业版+旗舰版 | UnFlagship : 非旗舰版 | PRO_POST_PAY:专业版按量计费 | PRO_PRE_PAY:专业版包年包月)
TagId - String - 是否必填:否 - 标签ID
|
void |
setLimit(Long Limit)
Set 返回数量,默认为10,最大值为100。
|
void |
setMachineRegion(String MachineRegion)
Set 机器所属地域。如:ap-guangzhou,ap-shanghai
|
void |
setMachineType(String MachineType)
Set 机器所属专区类型
CVM 云服务器
BM 黑石
ECM 边缘计算
LH 轻量应用服务器
Other 混合云专区
|
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, toJsonString
public DescribeMachinesSimpleRequest()
public DescribeMachinesSimpleRequest(DescribeMachinesSimpleRequest source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType
- 机器所属专区类型
CVM 云服务器
BM 黑石
ECM 边缘计算
LH 轻量应用服务器
Other 混合云专区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 © 2024. All rights reserved.