public class InLongAgentDetail extends AbstractModel
Constructor and Description |
---|
InLongAgentDetail() |
InLongAgentDetail(InLongAgentDetail source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAgentGroupId()
Get 采集器组ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAgentId()
Get Agent ID
|
String |
getAgentName()
Get Agent Name
|
Long |
getAgentTotal()
Get agent数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getAgentType()
Get 集群类型,1:TKE Agent,2:BOSS SDK,默认:1
|
CvmAgentStatus[] |
getCvmAgentStatusList()
Get agent状态统计
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getExecutorGroupId()
Get 集成资源组Id
|
String |
getExecutorGroupName()
Get 集成资源组名称
|
Long |
getLifeDays()
Get 生命周期
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSource()
Get 采集来源
|
String |
getStatus()
Get Agent状态(running运行中,initializing 操作中,failed心跳异常)
|
String |
getStatusDesc()
Get Agent状态描述
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTaskCount()
Get 关联任务数
|
String |
getVpcId()
Get VPC
|
void |
setAgentGroupId(String AgentGroupId)
Set 采集器组ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAgentId(String AgentId)
Set Agent ID
|
void |
setAgentName(String AgentName)
Set Agent Name
|
void |
setAgentTotal(Long AgentTotal)
Set agent数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAgentType(Long AgentType)
Set 集群类型,1:TKE Agent,2:BOSS SDK,默认:1
|
void |
setCvmAgentStatusList(CvmAgentStatus[] CvmAgentStatusList)
Set agent状态统计
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExecutorGroupId(String ExecutorGroupId)
Set 集成资源组Id
|
void |
setExecutorGroupName(String ExecutorGroupName)
Set 集成资源组名称
|
void |
setLifeDays(Long LifeDays)
Set 生命周期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSource(String Source)
Set 采集来源
|
void |
setStatus(String Status)
Set Agent状态(running运行中,initializing 操作中,failed心跳异常)
|
void |
setStatusDesc(String StatusDesc)
Set Agent状态描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTaskCount(Long TaskCount)
Set 关联任务数
|
void |
setVpcId(String VpcId)
Set VPC
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InLongAgentDetail()
public InLongAgentDetail(InLongAgentDetail source)
public String getAgentId()
public void setAgentId(String AgentId)
AgentId
- Agent IDpublic String getAgentName()
public void setAgentName(String AgentName)
AgentName
- Agent Namepublic String getStatus()
public void setStatus(String Status)
Status
- Agent状态(running运行中,initializing 操作中,failed心跳异常)public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc
- Agent状态描述
注意:此字段可能返回 null,表示取不到有效值。public Long getAgentType()
public void setAgentType(Long AgentType)
AgentType
- 集群类型,1:TKE Agent,2:BOSS SDK,默认:1public String getSource()
public void setSource(String Source)
Source
- 采集来源public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPCpublic String getExecutorGroupId()
public void setExecutorGroupId(String ExecutorGroupId)
ExecutorGroupId
- 集成资源组Idpublic String getExecutorGroupName()
public void setExecutorGroupName(String ExecutorGroupName)
ExecutorGroupName
- 集成资源组名称public Long getTaskCount()
public void setTaskCount(Long TaskCount)
TaskCount
- 关联任务数public String getAgentGroupId()
public void setAgentGroupId(String AgentGroupId)
AgentGroupId
- 采集器组ID
注意:此字段可能返回 null,表示取不到有效值。public CvmAgentStatus[] getCvmAgentStatusList()
public void setCvmAgentStatusList(CvmAgentStatus[] CvmAgentStatusList)
CvmAgentStatusList
- agent状态统计
注意:此字段可能返回 null,表示取不到有效值。public Long getAgentTotal()
public void setAgentTotal(Long AgentTotal)
AgentTotal
- agent数量
注意:此字段可能返回 null,表示取不到有效值。public Long getLifeDays()
public void setLifeDays(Long LifeDays)
LifeDays
- 生命周期
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.