public class ModifySecLogJoinObjectsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifySecLogJoinObjectsRequest() |
ModifySecLogJoinObjectsRequest(ModifySecLogJoinObjectsRequest 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 |
---|---|
Boolean |
getAutoJoin()
Get 新增资产是否自动加入,节点范围为全部时生效
|
String[] |
getBindList()
Get 绑定列表
|
String |
getLogType()
Get 日志类型
bash日志: container_bash
容器启动: container_launch
k8sApi: k8s_api
|
String |
getNodeType()
Get 节点类型:
NORMAL: 普通节点(默认值)
SUPER: 超级节点
|
Long |
getRangeType()
Get 日志节点范围类型,0自选 1全部
|
String[] |
getUnBindList()
Get 待解绑列表,节点范围为全部时,含义为需剔除资产列表
|
void |
setAutoJoin(Boolean AutoJoin)
Set 新增资产是否自动加入,节点范围为全部时生效
|
void |
setBindList(String[] BindList)
Set 绑定列表
|
void |
setLogType(String LogType)
Set 日志类型
bash日志: container_bash
容器启动: container_launch
k8sApi: k8s_api
|
void |
setNodeType(String NodeType)
Set 节点类型:
NORMAL: 普通节点(默认值)
SUPER: 超级节点
|
void |
setRangeType(Long RangeType)
Set 日志节点范围类型,0自选 1全部
|
void |
setUnBindList(String[] UnBindList)
Set 待解绑列表,节点范围为全部时,含义为需剔除资产列表
|
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 ModifySecLogJoinObjectsRequest()
public ModifySecLogJoinObjectsRequest(ModifySecLogJoinObjectsRequest source)
public String getLogType()
public void setLogType(String LogType)
LogType
- 日志类型
bash日志: container_bash
容器启动: container_launch
k8sApi: k8s_apipublic String[] getBindList()
public void setBindList(String[] BindList)
BindList
- 绑定列表public String[] getUnBindList()
public void setUnBindList(String[] UnBindList)
UnBindList
- 待解绑列表,节点范围为全部时,含义为需剔除资产列表public String getNodeType()
public void setNodeType(String NodeType)
NodeType
- 节点类型:
NORMAL: 普通节点(默认值)
SUPER: 超级节点public Long getRangeType()
public void setRangeType(Long RangeType)
RangeType
- 日志节点范围类型,0自选 1全部public Boolean getAutoJoin()
public void setAutoJoin(Boolean AutoJoin)
AutoJoin
- 新增资产是否自动加入,节点范围为全部时生效Copyright © 2024. All rights reserved.