public class ModifyHybridMonitorTaskRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<ModifyHybridMonitorTaskRequest.ModifyHybridMonitorTaskRequestAttachLabels> |
attachLabels
The tags of the metric.
|
String |
collectInterval
The collection period of the metric.
|
String |
description
The description of the metric import task.
|
String |
regionId |
ModifyHybridMonitorTaskRequest.ModifyHybridMonitorTaskRequestSLSProcessConfig |
SLSProcessConfig
The configurations of the logs that are imported from Log Service.
|
String |
taskId
The ID of the metric import task.
|
String |
taskName
The name of the metric import task.
|
| 构造器和说明 |
|---|
ModifyHybridMonitorTaskRequest() |
@NameInMap(value="AttachLabels") public List<ModifyHybridMonitorTaskRequest.ModifyHybridMonitorTaskRequestAttachLabels> attachLabels
The tags of the metric.
@NameInMap(value="CollectInterval") public String collectInterval
The collection period of the metric. Valid values:
* 15
* 60
Unit: seconds.
@NameInMap(value="Description") public String description
The description of the metric import task.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="SLSProcessConfig") public ModifyHybridMonitorTaskRequest.ModifyHybridMonitorTaskRequestSLSProcessConfig SLSProcessConfig
The configurations of the logs that are imported from Log Service.
@NameInMap(value="TaskId") public String taskId
The ID of the metric import task.
For information about how to obtain the ID of a metric import task, see [DescribeHybridMonitorTaskList](~~428624~~).
@NameInMap(value="TaskName") public String taskName
The name of the metric import task.
For information about how to obtain the ID of a metric import task, see [DescribeHybridMonitorTaskList](~~428624~~).
public static ModifyHybridMonitorTaskRequest build(Map<String,?> map) throws Exception
Exceptionpublic ModifyHybridMonitorTaskRequest setAttachLabels(List<ModifyHybridMonitorTaskRequest.ModifyHybridMonitorTaskRequestAttachLabels> attachLabels)
public List<ModifyHybridMonitorTaskRequest.ModifyHybridMonitorTaskRequestAttachLabels> getAttachLabels()
public ModifyHybridMonitorTaskRequest setCollectInterval(String collectInterval)
public String getCollectInterval()
public ModifyHybridMonitorTaskRequest setDescription(String description)
public String getDescription()
public ModifyHybridMonitorTaskRequest setRegionId(String regionId)
public String getRegionId()
public ModifyHybridMonitorTaskRequest setSLSProcessConfig(ModifyHybridMonitorTaskRequest.ModifyHybridMonitorTaskRequestSLSProcessConfig SLSProcessConfig)
public ModifyHybridMonitorTaskRequest.ModifyHybridMonitorTaskRequestSLSProcessConfig getSLSProcessConfig()
public ModifyHybridMonitorTaskRequest setTaskId(String taskId)
public String getTaskId()
public ModifyHybridMonitorTaskRequest setTaskName(String taskName)
public String getTaskName()
Copyright © 2024. All rights reserved.