public static class UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
collectorPaths |
List<UpdateCollectorResponseBody.UpdateCollectorResponseBodyResultConfigs> |
configs
The information about the configuration file for the shipper.
|
Boolean |
dryRun
Indicates whether the shipper is checked and updated.
|
List<UpdateCollectorResponseBody.UpdateCollectorResponseBodyResultExtendConfigs> |
extendConfigs
The extended parameters that are configured for 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 shipper ID.
|
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 VPC in which the shipper resides.
|
构造器和说明 |
---|
UpdateCollectorResponseBodyResult() |
@NameInMap(value="configs") public List<UpdateCollectorResponseBody.UpdateCollectorResponseBodyResultConfigs> configs
The information about the configuration file for the shipper.
@NameInMap(value="dryRun") public Boolean dryRun
Indicates whether the shipper is checked and updated. Valid values:
* true: The shipper is only checked.
* false: The shipper is checked and updated.
@NameInMap(value="extendConfigs") public List<UpdateCollectorResponseBody.UpdateCollectorResponseBodyResultExtendConfigs> extendConfigs
The extended parameters that are configured for 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 shipper ID.
@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:
* activing: The shipper is being initialized.
* active: The shipper is in effect.
@NameInMap(value="vpcId") public String vpcId
The ID of the VPC in which the shipper resides.
public static UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setCollectorPaths(List<String> collectorPaths)
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setConfigs(List<UpdateCollectorResponseBody.UpdateCollectorResponseBodyResultConfigs> configs)
public List<UpdateCollectorResponseBody.UpdateCollectorResponseBodyResultConfigs> getConfigs()
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setDryRun(Boolean dryRun)
public Boolean getDryRun()
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setExtendConfigs(List<UpdateCollectorResponseBody.UpdateCollectorResponseBodyResultExtendConfigs> extendConfigs)
public List<UpdateCollectorResponseBody.UpdateCollectorResponseBodyResultExtendConfigs> getExtendConfigs()
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setGmtCreatedTime(String gmtCreatedTime)
public String getGmtCreatedTime()
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setGmtUpdateTime(String gmtUpdateTime)
public String getGmtUpdateTime()
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setName(String name)
public String getName()
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setOwnerId(String ownerId)
public String getOwnerId()
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setResId(String resId)
public String getResId()
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setResType(String resType)
public String getResType()
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setResVersion(String resVersion)
public String getResVersion()
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setStatus(String status)
public String getStatus()
public UpdateCollectorResponseBody.UpdateCollectorResponseBodyResult setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.