public class ListDefaultCollectorConfigurationsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
resType
The shipper type.
|
String |
resVersion
The shipper version.
|
String |
sourceType
The type of the machine on which the shipper is deployed.
|
构造器和说明 |
---|
ListDefaultCollectorConfigurationsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListDefaultCollectorConfigurationsRequest |
build(Map<String,?> map) |
String |
getResType() |
String |
getResVersion() |
String |
getSourceType() |
ListDefaultCollectorConfigurationsRequest |
setResType(String resType) |
ListDefaultCollectorConfigurationsRequest |
setResVersion(String resVersion) |
ListDefaultCollectorConfigurationsRequest |
setSourceType(String sourceType) |
@NameInMap(value="resType") public String resType
The shipper type. Valid values:
* fileBeat
* metricBeat
* heartBeat
* auditBeat
This parameter is required.
@NameInMap(value="resVersion") public String resVersion
The shipper version. The shipper version varies based on the type of the machine on which the shipper is deployed. Valid values:
* ECS: 6.8.5_with_community
* ACK: 6.8.13_with_community
This parameter is required.
@NameInMap(value="sourceType") public String sourceType
The type of the machine on which the shipper is deployed. If you do not configure this parameter, the default configuration files of shippers deployed on all types of machines are returned. Valid values:
* ECS: ECS instance
* ACK: ACK cluster
public ListDefaultCollectorConfigurationsRequest()
public static ListDefaultCollectorConfigurationsRequest build(Map<String,?> map) throws Exception
Exception
public ListDefaultCollectorConfigurationsRequest setResType(String resType)
public String getResType()
public ListDefaultCollectorConfigurationsRequest setResVersion(String resVersion)
public String getResVersion()
public ListDefaultCollectorConfigurationsRequest setSourceType(String sourceType)
public String getSourceType()
Copyright © 2024. All rights reserved.