public class ModifySecLogJoinStateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifySecLogJoinStateRequest() |
ModifySecLogJoinStateRequest(ModifySecLogJoinStateRequest 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 |
getLogType()
Get Log type
Container bash: container_bash
Container startup: container_launch
K8s API: k8s_api
|
Boolean |
getState()
Get Status.
|
void |
setLogType(String LogType)
Set Log type
Container bash: container_bash
Container startup: container_launch
K8s API: k8s_api
|
void |
setState(Boolean State)
Set Status.
|
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 ModifySecLogJoinStateRequest()
public ModifySecLogJoinStateRequest(ModifySecLogJoinStateRequest source)
public String getLogType()
public void setLogType(String LogType)
LogType
- Log type
Container bash: container_bash
Container startup: container_launch
K8s API: k8s_apipublic Boolean getState()
public void setState(Boolean State)
State
- Status. Valid values: `true` (enabled); `false` (disabled).Copyright © 2024. All rights reserved.