public class SetLoadBalancerClsLogRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SetLoadBalancerClsLogRequest()  | 
SetLoadBalancerClsLogRequest(SetLoadBalancerClsLogRequest 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 | 
getLoadBalancerId()
Get CLB instance ID 
 | 
String | 
getLogSetId()
Get Logset ID of the Cloud Log Service (CLS).When adding or updating a log topic, call the [DescribeLogsets](https://intl.cloud.tencent.com/document/product/614/58624?from_cn_redirect=1) API to obtain the logset ID.When deleting a log topic, set this parameter to null. 
 | 
String | 
getLogTopicId()
Get Log topic ID of the CLS.When adding or updating a log topic, call the [DescribeTopics](https://intl.cloud.tencent.com/document/product/614/56454?from_cn_redirect=1) API to obtain the log topic ID.When deleting a log topic, set this parameter to null. 
 | 
String | 
getLogType()
Get Log type:
`ACCESS`: access logs
`HEALTH`: health check logs
Default: `ACCESS` 
 | 
void | 
setLoadBalancerId(String LoadBalancerId)
Set CLB instance ID 
 | 
void | 
setLogSetId(String LogSetId)
Set Logset ID of the Cloud Log Service (CLS).When adding or updating a log topic, call the [DescribeLogsets](https://intl.cloud.tencent.com/document/product/614/58624?from_cn_redirect=1) API to obtain the logset ID.When deleting a log topic, set this parameter to null. 
 | 
void | 
setLogTopicId(String LogTopicId)
Set Log topic ID of the CLS.When adding or updating a log topic, call the [DescribeTopics](https://intl.cloud.tencent.com/document/product/614/56454?from_cn_redirect=1) API to obtain the log topic ID.When deleting a log topic, set this parameter to null. 
 | 
void | 
setLogType(String LogType)
Set Log type:
`ACCESS`: access logs
`HEALTH`: health check logs
Default: `ACCESS` 
 | 
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 SetLoadBalancerClsLogRequest()
public SetLoadBalancerClsLogRequest(SetLoadBalancerClsLogRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId - CLB instance IDpublic String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId - Logset ID of the Cloud Log Service (CLS).public String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId - Log topic ID of the CLS.public String getLogType()
public void setLogType(String LogType)
LogType - Log type:
Copyright © 2025. All rights reserved.