public class PutExporterOutputRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
configJson
The configuration set for exporting monitoring data.
|
String |
desc
The description of the configuration set.
|
String |
destName
The name of the configuration set.
|
String |
destType
The service to which the monitoring data is exported.
|
String |
regionId |
| 构造器和说明 |
|---|
PutExporterOutputRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutExporterOutputRequest |
build(Map<String,?> map) |
String |
getConfigJson() |
String |
getDesc() |
String |
getDestName() |
String |
getDestType() |
String |
getRegionId() |
PutExporterOutputRequest |
setConfigJson(String configJson) |
PutExporterOutputRequest |
setDesc(String desc) |
PutExporterOutputRequest |
setDestName(String destName) |
PutExporterOutputRequest |
setDestType(String destType) |
PutExporterOutputRequest |
setRegionId(String regionId) |
@NameInMap(value="ConfigJson") public String configJson
The configuration set for exporting monitoring data. It is a JSON object string. The string must include the following fields:
* endpoint: the endpoint of Log Service.
* project: the Log Service project to which monitoring data is exported.
* logstore: the Log Service Logstore to which the monitoring data is exported.
* ak: the AccessKey ID.
* as: the AccessKey secret.
@NameInMap(value="Desc") public String desc
The description of the configuration set.
@NameInMap(value="DestName") public String destName
The name of the configuration set.
@NameInMap(value="DestType") public String destType
The service to which the monitoring data is exported.
@NameInMap(value="RegionId") public String regionId
public static PutExporterOutputRequest build(Map<String,?> map) throws Exception
Exceptionpublic PutExporterOutputRequest setConfigJson(String configJson)
public String getConfigJson()
public PutExporterOutputRequest setDesc(String desc)
public String getDesc()
public PutExporterOutputRequest setDestName(String destName)
public String getDestName()
public PutExporterOutputRequest setDestType(String destType)
public String getDestType()
public PutExporterOutputRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.