public class DiDataSourceTke extends AbstractModel
header, skipSign
Constructor and Description |
---|
DiDataSourceTke() |
DiDataSourceTke(DiDataSourceTke 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 |
getCollectorId()
Get 采集器id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCollectorName()
Get 采集源名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCollectorType()
Get 采集器类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCollectorVersion()
Get 采集器版本
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getConfigContent()
Get tke采集器beat配置
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getContainerName()
Get tke容器名称
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getExcludeNamespaces()
Get tke不包含的命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getIncludeNamespaces()
Get tke包含的命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInputPath()
Get TKE 日志采集路径
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInputType()
Get /
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getPodLabelKeys()
Get tke pod标签名
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getPodLabelValues()
Get tke pod标签值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTkeId()
Get tke实例id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVpcId()
Get vpc id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCollectorId(String CollectorId)
Set 采集器id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCollectorName(String CollectorName)
Set 采集源名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCollectorType(String CollectorType)
Set 采集器类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCollectorVersion(String CollectorVersion)
Set 采集器版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfigContent(String ConfigContent)
Set tke采集器beat配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContainerName(String ContainerName)
Set tke容器名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExcludeNamespaces(String[] ExcludeNamespaces)
Set tke不包含的命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIncludeNamespaces(String[] IncludeNamespaces)
Set tke包含的命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInputPath(String InputPath)
Set TKE 日志采集路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInputType(String InputType)
Set /
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPodLabelKeys(String[] PodLabelKeys)
Set tke pod标签名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPodLabelValues(String[] PodLabelValues)
Set tke pod标签值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTkeId(String TkeId)
Set tke实例id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVpcId(String VpcId)
Set vpc id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DiDataSourceTke()
public DiDataSourceTke(DiDataSourceTke source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- vpc id
注意:此字段可能返回 null,表示取不到有效值。public String getTkeId()
public void setTkeId(String TkeId)
TkeId
- tke实例id
注意:此字段可能返回 null,表示取不到有效值。public String getCollectorId()
public void setCollectorId(String CollectorId)
CollectorId
- 采集器id
注意:此字段可能返回 null,表示取不到有效值。public String getCollectorName()
public void setCollectorName(String CollectorName)
CollectorName
- 采集源名称
注意:此字段可能返回 null,表示取不到有效值。public String getCollectorType()
public void setCollectorType(String CollectorType)
CollectorType
- 采集器类型
注意:此字段可能返回 null,表示取不到有效值。public String getCollectorVersion()
public void setCollectorVersion(String CollectorVersion)
CollectorVersion
- 采集器版本
注意:此字段可能返回 null,表示取不到有效值。public String[] getIncludeNamespaces()
public void setIncludeNamespaces(String[] IncludeNamespaces)
IncludeNamespaces
- tke包含的命名空间
注意:此字段可能返回 null,表示取不到有效值。public String[] getExcludeNamespaces()
public void setExcludeNamespaces(String[] ExcludeNamespaces)
ExcludeNamespaces
- tke不包含的命名空间
注意:此字段可能返回 null,表示取不到有效值。public String[] getPodLabelKeys()
public void setPodLabelKeys(String[] PodLabelKeys)
PodLabelKeys
- tke pod标签名
注意:此字段可能返回 null,表示取不到有效值。public String[] getPodLabelValues()
public void setPodLabelValues(String[] PodLabelValues)
PodLabelValues
- tke pod标签值
注意:此字段可能返回 null,表示取不到有效值。public String getContainerName()
public void setContainerName(String ContainerName)
ContainerName
- tke容器名称
注意:此字段可能返回 null,表示取不到有效值。public String getConfigContent()
public void setConfigContent(String ConfigContent)
ConfigContent
- tke采集器beat配置
注意:此字段可能返回 null,表示取不到有效值。public String getInputType()
public void setInputType(String InputType)
InputType
- /
注意:此字段可能返回 null,表示取不到有效值。public String getInputPath()
public void setInputPath(String InputPath)
InputPath
- TKE 日志采集路径
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.