public static class DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
collectorPaths |
List<DescribeCollectorResponseBody.DescribeCollectorResponseBodyResultConfigs> |
configs
The information about the configuration file of the shipper.
|
Boolean |
dryRun
Indicates whether a dry run is performed.
|
List<DescribeCollectorResponseBody.DescribeCollectorResponseBodyResultExtendConfigs> |
extendConfigs
The extended configurations of the shipper.
|
String |
gmtCreatedTime
The time when the shipper was created.
|
String |
gmtUpdateTime
The time when the shipper was updated.
|
String |
name
The name of the shipper.
|
String |
ownerId
The account ID.
|
String |
resId
The ID of the shipper.
|
String |
resType
The type of the shipper.
|
String |
resVersion
The version of the shipper.
|
String |
status
The status of the shipper.
|
String |
vpcId
The ID of the virtual private cloud (VPC) where the shipper resides.
|
构造器和说明 |
---|
DescribeCollectorResponseBodyResult() |
@NameInMap(value="configs") public List<DescribeCollectorResponseBody.DescribeCollectorResponseBodyResultConfigs> configs
The information about the configuration file of the shipper.
@NameInMap(value="dryRun") public Boolean dryRun
Indicates whether a dry run is performed. Valid values:
* true
* false
@NameInMap(value="extendConfigs") public List<DescribeCollectorResponseBody.DescribeCollectorResponseBodyResultExtendConfigs> extendConfigs
The extended configurations of the shipper.
@NameInMap(value="gmtCreatedTime") public String gmtCreatedTime
The time when the shipper was created.
@NameInMap(value="gmtUpdateTime") public String gmtUpdateTime
The time when the shipper was updated.
@NameInMap(value="name") public String name
The name of the shipper.
@NameInMap(value="ownerId") public String ownerId
The account ID.
@NameInMap(value="resId") public String resId
The ID of the shipper.
@NameInMap(value="resType") public String resType
The type of the shipper. Valid values: fileBeat, metricBeat, heartBeat, and auditBeat.
@NameInMap(value="resVersion") public String resVersion
The version of the shipper.
@NameInMap(value="status") public String status
The status of the shipper. Valid values:
* activating
* active
@NameInMap(value="vpcId") public String vpcId
The ID of the virtual private cloud (VPC) where the shipper resides.
public static DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setCollectorPaths(List<String> collectorPaths)
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setConfigs(List<DescribeCollectorResponseBody.DescribeCollectorResponseBodyResultConfigs> configs)
public List<DescribeCollectorResponseBody.DescribeCollectorResponseBodyResultConfigs> getConfigs()
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setExtendConfigs(List<DescribeCollectorResponseBody.DescribeCollectorResponseBodyResultExtendConfigs> extendConfigs)
public List<DescribeCollectorResponseBody.DescribeCollectorResponseBodyResultExtendConfigs> getExtendConfigs()
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setGmtCreatedTime(String gmtCreatedTime)
public String getGmtCreatedTime()
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setGmtUpdateTime(String gmtUpdateTime)
public String getGmtUpdateTime()
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setName(String name)
public String getName()
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setOwnerId(String ownerId)
public String getOwnerId()
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setResId(String resId)
public String getResId()
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setResType(String resType)
public String getResType()
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setResVersion(String resVersion)
public String getResVersion()
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setStatus(String status)
public String getStatus()
public DescribeCollectorResponseBody.DescribeCollectorResponseBodyResult setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.