public class CreateClsLogSetRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateClsLogSetRequest()  | 
CreateClsLogSetRequest(CreateClsLogSetRequest 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 | 
getLogsetName()
Get Logset name, which must be unique among all CLS logsets; default value: clb_logset 
 | 
String | 
getLogsetType()
Get Logset type. 
 | 
Long | 
getPeriod()
Get Logset retention period (in days) 
 | 
void | 
setLogsetName(String LogsetName)
Set Logset name, which must be unique among all CLS logsets; default value: clb_logset 
 | 
void | 
setLogsetType(String LogsetType)
Set Logset type. 
 | 
void | 
setPeriod(Long Period)
Set Logset retention period (in days) 
 | 
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 CreateClsLogSetRequest()
public CreateClsLogSetRequest(CreateClsLogSetRequest source)
public String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName - Logset name, which must be unique among all CLS logsets; default value: clb_logsetpublic Long getPeriod()
public void setPeriod(Long Period)
Period - Logset retention period (in days)public String getLogsetType()
public void setLogsetType(String LogsetType)
LogsetType - Logset type. Valid values: ACCESS (access logs; default value) and HEALTH (health check logs).Copyright © 2025. All rights reserved.