public class DiSourceTke extends AbstractModel
header, skipSign
Constructor and Description |
---|
DiSourceTke() |
DiSourceTke(DiSourceTke 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 |
getConfigContent()
Get tke beats配置项
|
String |
getContainerName()
Get tke容器名称
|
String[] |
getExcludeNamespaces()
Get tke不包含的命名空间
|
String[] |
getIncludeNamespaces()
Get tke包含的命名空间
|
String |
getInputPath()
Get tke 日志采集路径
|
String |
getInputType()
Get /
|
String |
getLogFilters()
Get tke日志内容过滤
|
DiSourceTkePodLabel[] |
getPodLabel()
Get tke pod标签
|
String |
getTkeId()
Get tke实例id,创建后不允许修改
|
String |
getVpcId()
Get 数据源所属vpc id,创建后不允许修改
|
void |
setConfigContent(String ConfigContent)
Set tke beats配置项
|
void |
setContainerName(String ContainerName)
Set tke容器名称
|
void |
setExcludeNamespaces(String[] ExcludeNamespaces)
Set tke不包含的命名空间
|
void |
setIncludeNamespaces(String[] IncludeNamespaces)
Set tke包含的命名空间
|
void |
setInputPath(String InputPath)
Set tke 日志采集路径
|
void |
setInputType(String InputType)
Set /
|
void |
setLogFilters(String LogFilters)
Set tke日志内容过滤
|
void |
setPodLabel(DiSourceTkePodLabel[] PodLabel)
Set tke pod标签
|
void |
setTkeId(String TkeId)
Set tke实例id,创建后不允许修改
|
void |
setVpcId(String VpcId)
Set 数据源所属vpc id,创建后不允许修改
|
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 DiSourceTke()
public DiSourceTke(DiSourceTke source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 数据源所属vpc id,创建后不允许修改public String getTkeId()
public void setTkeId(String TkeId)
TkeId
- tke实例id,创建后不允许修改public String[] getIncludeNamespaces()
public void setIncludeNamespaces(String[] IncludeNamespaces)
IncludeNamespaces
- tke包含的命名空间public String[] getExcludeNamespaces()
public void setExcludeNamespaces(String[] ExcludeNamespaces)
ExcludeNamespaces
- tke不包含的命名空间public String getContainerName()
public void setContainerName(String ContainerName)
ContainerName
- tke容器名称public String getLogFilters()
public void setLogFilters(String LogFilters)
LogFilters
- tke日志内容过滤public String getConfigContent()
public void setConfigContent(String ConfigContent)
ConfigContent
- tke beats配置项public DiSourceTkePodLabel[] getPodLabel()
public void setPodLabel(DiSourceTkePodLabel[] PodLabel)
PodLabel
- tke pod标签public String getInputType()
public void setInputType(String InputType)
InputType
- /public String getInputPath()
public void setInputPath(String InputPath)
InputPath
- tke 日志采集路径Copyright © 2025. All rights reserved.