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 Cluster ID
|
String |
getClusterType()
Get Cluster type: tke/eks.
|
String |
getLogConfigNames()
Get Name of the collection rule to be deleted.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setClusterType(String ClusterType)
Set Cluster type: tke/eks.
|
void |
setLogConfigNames(String LogConfigNames)
Set Name of the collection rule to be deleted.
|
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 DeleteLogConfigsRequest()
public DeleteLogConfigsRequest(DeleteLogConfigsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getLogConfigNames()
public void setLogConfigNames(String LogConfigNames)
LogConfigNames
- Name of the collection rule to be deleted. For multiple collection rules, they are separated by ",".public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- Cluster type: tke/eks. The default is tke cluster.Copyright © 2024. All rights reserved.