public class DeleteLogConfigsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteLogConfigsRequest() | 
| DeleteLogConfigsRequest(DeleteLogConfigsRequest 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 默认为 tke 集群 | 
| String | getLogConfigNames()Get 待删除采集规则名称,多个采集规则使用","分隔 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setClusterType(String ClusterType)Set 集群集群类型, tke/eks 默认为 tke 集群 | 
| void | setLogConfigNames(String LogConfigNames)Set 待删除采集规则名称,多个采集规则使用","分隔 | 
| 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, toJsonStringpublic DeleteLogConfigsRequest()
public DeleteLogConfigsRequest(DeleteLogConfigsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getLogConfigNames()
public void setLogConfigNames(String LogConfigNames)
LogConfigNames - 待删除采集规则名称,多个采集规则使用","分隔public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType - 集群集群类型, tke/eks 默认为 tke 集群Copyright © 2025. All rights reserved.