public class DescribeHybridMonitorTaskListRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
groupId
The ID of the application group.
|
Boolean |
includeAliyunTask
Specifies whether the returned result includes metric import tasks for Alibaba Cloud services.
|
String |
keyword
The keyword that is used for the search.
|
String |
namespace
The name of the namespace.
|
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId |
Long |
targetUserId
The ID of the member account.
|
String |
taskId
The ID of the metric import task.
|
String |
taskType
The type of the metric import task.
|
| 构造器和说明 |
|---|
DescribeHybridMonitorTaskListRequest() |
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
For information about how to obtain the ID of an application group, see [DescribeMonitorGroups](~~115032~~).
@NameInMap(value="IncludeAliyunTask") public Boolean includeAliyunTask
Specifies whether the returned result includes metric import tasks for Alibaba Cloud services. Valid values:
* true (default): The returned result includes metric import tasks for Alibaba Cloud services.
* false: The returned result excludes metric import tasks for Alibaba Cloud services.
@NameInMap(value="Keyword") public String keyword
The keyword that is used for the search.
@NameInMap(value="Namespace") public String namespace
The name of the namespace.
For information about how to obtain the name of a namespace, see [DescribeHybridMonitorNamespaceList](~~428880~~).
@NameInMap(value="PageNumber") public Integer pageNumber
The page number.
Pages start from page 1. Default value: 1.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page.
Pages start from page 1. Default value: 10.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="TargetUserId") public Long targetUserId
The ID of the member account.
> This parameter is required only if you use a management account to call this operation to delete the metric import tasks that belong to a member in a resource directory. In this case, the `TaskType` parameter is set to `aliyun_fc`.
@NameInMap(value="TaskId") public String taskId
The ID of the metric import task.
@NameInMap(value="TaskType") public String taskType
The type of the metric import task. Valid values:
* aliyun_fc: metric import tasks for Alibaba Cloud services
* aliyun_sls: metrics for logs imported from Log Service
public static DescribeHybridMonitorTaskListRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeHybridMonitorTaskListRequest setGroupId(String groupId)
public String getGroupId()
public DescribeHybridMonitorTaskListRequest setIncludeAliyunTask(Boolean includeAliyunTask)
public Boolean getIncludeAliyunTask()
public DescribeHybridMonitorTaskListRequest setKeyword(String keyword)
public String getKeyword()
public DescribeHybridMonitorTaskListRequest setNamespace(String namespace)
public String getNamespace()
public DescribeHybridMonitorTaskListRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeHybridMonitorTaskListRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeHybridMonitorTaskListRequest setRegionId(String regionId)
public String getRegionId()
public DescribeHybridMonitorTaskListRequest setTargetUserId(Long targetUserId)
public Long getTargetUserId()
public DescribeHybridMonitorTaskListRequest setTaskId(String taskId)
public String getTaskId()
public DescribeHybridMonitorTaskListRequest setTaskType(String taskType)
public String getTaskType()
Copyright © 2024. All rights reserved.