public class DescribeTagsRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeTagsRequest() |
DescribeTagsRequest(DescribeTagsRequest 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 |
|---|---|
Filters[] |
getFilters()
Get 过滤条件。
Keywords - String - 是否必填:否 - 查询关键字(机器名称/机器IP
Status - String - 是否必填:否 - 客户端在线状态(OFFLINE: 离线 | ONLINE: 在线 | UNINSTALLED:未安装 | SHUTDOWN 已关机)
Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版)
Risk - String 是否必填: 否 - 风险主机( yes )
Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
每个过滤条件只支持一个值,暂不支持多个值“或”关系查询
|
String |
getMachineRegion()
Get 机器所属地域。如:ap-guangzhou
|
String |
getMachineType()
Get 云主机类型。
CVM:表示云服务器
BM: 表示黑石物理机
ECM: 表示边缘计算服务器
LH: 表示轻量应用服务器
Other: 表示混合云服务器
|
void |
setFilters(Filters[] Filters)
Set 过滤条件。
Keywords - String - 是否必填:否 - 查询关键字(机器名称/机器IP
Status - String - 是否必填:否 - 客户端在线状态(OFFLINE: 离线 | ONLINE: 在线 | UNINSTALLED:未安装 | SHUTDOWN 已关机)
Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版)
Risk - String 是否必填: 否 - 风险主机( yes )
Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
每个过滤条件只支持一个值,暂不支持多个值“或”关系查询
|
void |
setMachineRegion(String MachineRegion)
Set 机器所属地域。如:ap-guangzhou
|
void |
setMachineType(String MachineType)
Set 云主机类型。
CVM:表示云服务器
BM: 表示黑石物理机
ECM: 表示边缘计算服务器
LH: 表示轻量应用服务器
Other: 表示混合云服务器
|
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, toJsonStringpublic DescribeTagsRequest()
public DescribeTagsRequest(DescribeTagsRequest source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType - 云主机类型。
public String getMachineRegion()
public void setMachineRegion(String MachineRegion)
MachineRegion - 机器所属地域。如:ap-guangzhoupublic Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters - 过滤条件。
Copyright © 2021. All rights reserved.