public class ModifyConfigExtraRequest extends AbstractModel
Constructor and Description |
---|
ModifyConfigExtraRequest() |
ModifyConfigExtraRequest(ModifyConfigExtraRequest 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 |
getConfigExtraId()
Get 采集配置扩展信息id
|
String |
getConfigFlag()
Get 自建采集配置标
|
ContainerFileInfo |
getContainerFile()
Get 容器文件路径信息
|
ContainerStdoutInfo |
getContainerStdout()
Get 容器标准输出信息
|
ExcludePathInfo[] |
getExcludePaths()
Get 采集黑名单路径列表
|
ExtractRuleInfo |
getExtractRule()
Get 提取规则,如果设置了ExtractRule,则必须设置LogType
|
String |
getGroupId()
Get 机器组ID
|
HostFileInfo |
getHostFile()
Get 节点文件配置信息
|
String |
getLogFormat()
Get 日志格式化方式
|
String |
getLogsetId()
Get 日志集ID
|
String |
getLogsetName()
Get 日志集name
|
String |
getLogType()
Get 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表极简日志,multiline_log代表多行日志,fullregex_log代表完整正则,默认为minimalist_log
|
String |
getName()
Get 采集配置规程名称,最长63个字符,只能包含小写字符、数字及分隔符(“-”),且必须以小写字符开头,数字或小写字符结尾
|
String |
getTopicId()
Get 日志主题id
|
String |
getTopicName()
Get 日志主题name
|
String |
getType()
Get 类型:container_stdout、container_file、host_file
|
String |
getUserDefineRule()
Get 用户自定义采集规则,Json格式序列化的字符串
|
void |
setConfigExtraId(String ConfigExtraId)
Set 采集配置扩展信息id
|
void |
setConfigFlag(String ConfigFlag)
Set 自建采集配置标
|
void |
setContainerFile(ContainerFileInfo ContainerFile)
Set 容器文件路径信息
|
void |
setContainerStdout(ContainerStdoutInfo ContainerStdout)
Set 容器标准输出信息
|
void |
setExcludePaths(ExcludePathInfo[] ExcludePaths)
Set 采集黑名单路径列表
|
void |
setExtractRule(ExtractRuleInfo ExtractRule)
Set 提取规则,如果设置了ExtractRule,则必须设置LogType
|
void |
setGroupId(String GroupId)
Set 机器组ID
|
void |
setHostFile(HostFileInfo HostFile)
Set 节点文件配置信息
|
void |
setLogFormat(String LogFormat)
Set 日志格式化方式
|
void |
setLogsetId(String LogsetId)
Set 日志集ID
|
void |
setLogsetName(String LogsetName)
Set 日志集name
|
void |
setLogType(String LogType)
Set 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表极简日志,multiline_log代表多行日志,fullregex_log代表完整正则,默认为minimalist_log
|
void |
setName(String Name)
Set 采集配置规程名称,最长63个字符,只能包含小写字符、数字及分隔符(“-”),且必须以小写字符开头,数字或小写字符结尾
|
void |
setTopicId(String TopicId)
Set 日志主题id
|
void |
setTopicName(String TopicName)
Set 日志主题name
|
void |
setType(String Type)
Set 类型:container_stdout、container_file、host_file
|
void |
setUserDefineRule(String UserDefineRule)
Set 用户自定义采集规则,Json格式序列化的字符串
|
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 ModifyConfigExtraRequest()
public ModifyConfigExtraRequest(ModifyConfigExtraRequest source)
public String getConfigExtraId()
public void setConfigExtraId(String ConfigExtraId)
ConfigExtraId
- 采集配置扩展信息idpublic String getName()
public void setName(String Name)
Name
- 采集配置规程名称,最长63个字符,只能包含小写字符、数字及分隔符(“-”),且必须以小写字符开头,数字或小写字符结尾public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 日志主题idpublic HostFileInfo getHostFile()
public void setHostFile(HostFileInfo HostFile)
HostFile
- 节点文件配置信息public ContainerFileInfo getContainerFile()
public void setContainerFile(ContainerFileInfo ContainerFile)
ContainerFile
- 容器文件路径信息public ContainerStdoutInfo getContainerStdout()
public void setContainerStdout(ContainerStdoutInfo ContainerStdout)
ContainerStdout
- 容器标准输出信息public String getLogType()
public void setLogType(String LogType)
LogType
- 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表极简日志,multiline_log代表多行日志,fullregex_log代表完整正则,默认为minimalist_logpublic String getLogFormat()
public void setLogFormat(String LogFormat)
LogFormat
- 日志格式化方式public ExtractRuleInfo getExtractRule()
public void setExtractRule(ExtractRuleInfo ExtractRule)
ExtractRule
- 提取规则,如果设置了ExtractRule,则必须设置LogTypepublic ExcludePathInfo[] getExcludePaths()
public void setExcludePaths(ExcludePathInfo[] ExcludePaths)
ExcludePaths
- 采集黑名单路径列表public String getUserDefineRule()
public void setUserDefineRule(String UserDefineRule)
UserDefineRule
- 用户自定义采集规则,Json格式序列化的字符串public String getType()
public void setType(String Type)
Type
- 类型:container_stdout、container_file、host_filepublic String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 机器组IDpublic String getConfigFlag()
public void setConfigFlag(String ConfigFlag)
ConfigFlag
- 自建采集配置标public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- 日志集IDpublic String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName
- 日志集namepublic String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 日志主题nameCopyright © 2023. All rights reserved.