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 |
---|---|
String[] |
getBindList()
Get List of QUuids of bound servers
|
String |
getLogType()
Get Log type
Container bash: container_bash
Container startup: container_launch
K8s API: k8s_api
|
String |
getNodeType()
Get Node type.
|
String[] |
getUnBindList()
Get List of QUuids of servers to be unbound
|
void |
setBindList(String[] BindList)
Set List of QUuids of bound servers
|
void |
setLogType(String LogType)
Set Log type
Container bash: container_bash
Container startup: container_launch
K8s API: k8s_api
|
void |
setNodeType(String NodeType)
Set Node type.
|
void |
setUnBindList(String[] UnBindList)
Set List of QUuids of servers to be unbound
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifySecLogJoinObjectsRequest()
public ModifySecLogJoinObjectsRequest(ModifySecLogJoinObjectsRequest source)
public String getLogType()
public void setLogType(String LogType)
LogType
- Log type
Container bash: container_bash
Container startup: container_launch
K8s API: k8s_apipublic String[] getBindList()
public void setBindList(String[] BindList)
BindList
- List of QUuids of bound serverspublic String[] getUnBindList()
public void setUnBindList(String[] UnBindList)
UnBindList
- List of QUuids of servers to be unboundpublic String getNodeType()
public void setNodeType(String NodeType)
NodeType
- Node type.
`NORMAL`: General node (default)
`SUPER`: Super nodeCopyright © 2024. All rights reserved.