public class CreateCLSLogConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCLSLogConfigRequest() |
CreateCLSLogConfigRequest(CreateCLSLogConfigRequest 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 |
getClusterId()
Get 集群ID
|
String |
getClusterType()
Get 当前集群类型支持tke、eks
|
String |
getLogConfig()
Get 日志采集配置的json表达
|
String |
getLogsetId()
Get CLS日志集ID
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setClusterType(String ClusterType)
Set 当前集群类型支持tke、eks
|
void |
setLogConfig(String LogConfig)
Set 日志采集配置的json表达
|
void |
setLogsetId(String LogsetId)
Set CLS日志集ID
|
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 CreateCLSLogConfigRequest()
public CreateCLSLogConfigRequest(CreateCLSLogConfigRequest source)
public String getLogConfig()
public void setLogConfig(String LogConfig)
LogConfig
- 日志采集配置的json表达public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- CLS日志集IDpublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- 当前集群类型支持tke、eksCopyright © 2024. All rights reserved.