public class DescribeLogConfigsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeLogConfigsRequest() | 
| DescribeLogConfigsRequest(DescribeLogConfigsRequest 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 | 
| Long | getLimit()Get 最大输出条数,默认20,最大为100 | 
| String | getLogConfigNames()Get 按照采集规则名称查找,多个采集规则使用 "," 分隔。 | 
| Long | getOffset()Get 偏移量,默认0 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setClusterType(String ClusterType)Set 当前集群类型支持tke、eks。默认为tke | 
| void | setLimit(Long Limit)Set 最大输出条数,默认20,最大为100 | 
| void | setLogConfigNames(String LogConfigNames)Set 按照采集规则名称查找,多个采集规则使用 "," 分隔。 | 
| void | setOffset(Long Offset)Set 偏移量,默认0 | 
| 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 DescribeLogConfigsRequest()
public DescribeLogConfigsRequest(DescribeLogConfigsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType - 当前集群类型支持tke、eks。默认为tkepublic String getLogConfigNames()
public void setLogConfigNames(String LogConfigNames)
LogConfigNames - 按照采集规则名称查找,多个采集规则使用 "," 分隔。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认0public Long getLimit()
public void setLimit(Long Limit)
Limit - 最大输出条数,默认20,最大为100Copyright © 2025. All rights reserved.