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 Cluster ID
|
String |
getClusterType()
Get Current cluster types support tke, eks.
|
String |
getLogConfig()
Get Log collection configuration in json form
|
String |
getLogsetId()
Get CLS Logset ID
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setClusterType(String ClusterType)
Set Current cluster types support tke, eks.
|
void |
setLogConfig(String LogConfig)
Set Log collection configuration in json form
|
void |
setLogsetId(String LogsetId)
Set CLS Logset ID
|
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 CreateCLSLogConfigRequest()
public CreateCLSLogConfigRequest(CreateCLSLogConfigRequest source)
public String getLogConfig()
public void setLogConfig(String LogConfig)
LogConfig
- Log collection configuration in json formpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- CLS Logset IDpublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- Current cluster types support tke, eks.Copyright © 2024. All rights reserved.