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 Cluster ID
|
String |
getClusterType()
Get Currently supported cluster types are tke and eks.
|
Long |
getLimit()
Get Maximum number of output entries.
|
String |
getLogConfigNames()
Get Search by collection rule name.
|
Long |
getOffset()
Get Offset.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setClusterType(String ClusterType)
Set Currently supported cluster types are tke and eks.
|
void |
setLimit(Long Limit)
Set Maximum number of output entries.
|
void |
setLogConfigNames(String LogConfigNames)
Set Search by collection rule name.
|
void |
setOffset(Long Offset)
Set Offset.
|
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 DescribeLogConfigsRequest()
public DescribeLogConfigsRequest(DescribeLogConfigsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- Currently supported cluster types are tke and eks. The default is tke.public String getLogConfigNames()
public void setLogConfigNames(String LogConfigNames)
LogConfigNames
- Search by collection rule name. For multiple collection rules, they are separated by ",".public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of output entries. Default value: 20; maximum value: 100.Copyright © 2024. All rights reserved.