public class DescribeMonitoringAgentHostsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
aliyunHost
Specifies whether to query Elastic Compute Service (ECS) instances that are provided by Alibaba Cloud or to query hosts that are not provided by Alibaba Cloud.
|
String |
hostName
The name of the host.
|
String |
instanceIds
The ID of the instance.
|
String |
instanceRegionId
The region ID of the instance.
|
String |
keyWord
The keyword that is used in fuzzy match.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
regionId |
String |
serialNumbers
The serial number of the host.
|
String |
status
The status of the hosts that you want to query.
|
String |
sysomStatus
The status of SysOM.
|
| 构造器和说明 |
|---|
DescribeMonitoringAgentHostsRequest() |
@NameInMap(value="AliyunHost") public Boolean aliyunHost
Specifies whether to query Elastic Compute Service (ECS) instances that are provided by Alibaba Cloud or to query hosts that are not provided by Alibaba Cloud. Valid values:
* true (default value): queries all the ECS instances that are provided by Alibaba Cloud.
* false: queries all the hosts that are not provided by Alibaba Cloud.
@NameInMap(value="HostName") public String hostName
The name of the host.
@NameInMap(value="InstanceIds") public String instanceIds
The ID of the instance.
@NameInMap(value="InstanceRegionId") public String instanceRegionId
The region ID of the instance.
@NameInMap(value="KeyWord") public String keyWord
The keyword that is used in fuzzy match.
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Valid values:
* 10
* 20
* 50
* 100
> Although Alibaba Cloud does not limit the maximum value of this parameter, we recommend that you do not set it to an excessively large value. If you set it to an excessively large value, a timeout error may occur.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="SerialNumbers") public String serialNumbers
The serial number of the host.
After the CloudMonitor agent is installed on a host, a globally unique serial number is generated. A host that is not provided by Alibaba Cloud has a serial number instead of an instance ID.
> This parameter can be used to accurately search for a monitored host.
@NameInMap(value="Status") public String status
The status of the hosts that you want to query. Valid values:
* Running: queries the hosts that are running.
* Stopped: queries the hosts that are stopped, are not installed, or fail to be installed.
@NameInMap(value="SysomStatus") public String sysomStatus
The status of SysOM. Valid values:
* installing: SysOM is being installed.
* running: SysOM is running.
* stopped: SysOM is stopped.
* uninstalling: SysOM is being uninstalled.
public static DescribeMonitoringAgentHostsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMonitoringAgentHostsRequest setAliyunHost(Boolean aliyunHost)
public Boolean getAliyunHost()
public DescribeMonitoringAgentHostsRequest setHostName(String hostName)
public String getHostName()
public DescribeMonitoringAgentHostsRequest setInstanceIds(String instanceIds)
public String getInstanceIds()
public DescribeMonitoringAgentHostsRequest setInstanceRegionId(String instanceRegionId)
public String getInstanceRegionId()
public DescribeMonitoringAgentHostsRequest setKeyWord(String keyWord)
public String getKeyWord()
public DescribeMonitoringAgentHostsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeMonitoringAgentHostsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeMonitoringAgentHostsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeMonitoringAgentHostsRequest setSerialNumbers(String serialNumbers)
public String getSerialNumbers()
public DescribeMonitoringAgentHostsRequest setStatus(String status)
public String getStatus()
public DescribeMonitoringAgentHostsRequest setSysomStatus(String sysomStatus)
public String getSysomStatus()
Copyright © 2024. All rights reserved.