public class ModifySecLogJoinObjectsRequest extends AbstractModel
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 |
---|---|
String[] |
getBindList()
Get 绑定主机quuid列表
|
String |
getLogType()
Get 日志类型
bash日志: container_bash
容器启动: container_launch
k8sApi: k8s_api
|
String |
getNodeType()
Get 节点类型:
NORMAL: 普通节点(默认值)
SUPER: 超级节点
|
String[] |
getUnBindList()
Get 待解绑主机quuid列表
|
void |
setBindList(String[] BindList)
Set 绑定主机quuid列表
|
void |
setLogType(String LogType)
Set 日志类型
bash日志: container_bash
容器启动: container_launch
k8sApi: k8s_api
|
void |
setNodeType(String NodeType)
Set 节点类型:
NORMAL: 普通节点(默认值)
SUPER: 超级节点
|
void |
setUnBindList(String[] UnBindList)
Set 待解绑主机quuid列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, 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
- 绑定主机quuid列表public String[] getUnBindList()
public void setUnBindList(String[] UnBindList)
UnBindList
- 待解绑主机quuid列表public String getNodeType()
public void setNodeType(String NodeType)
NodeType
- 节点类型:
NORMAL: 普通节点(默认值)
SUPER: 超级节点Copyright © 2023. All rights reserved.