public class CreateClsLogSetRequest extends AbstractModel
Constructor and Description |
---|
CreateClsLogSetRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getLogsetName()
Get Logset name, which must be unique among all CLS logsets; default value: clb_logset
|
Long |
getPeriod()
Get Logset retention period in days; max value: 90
|
void |
setLogsetName(String LogsetName)
Set Logset name, which must be unique among all CLS logsets; default value: clb_logset
|
void |
setPeriod(Long Period)
Set Logset retention period in days; max value: 90
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getPeriod()
public void setPeriod(Long Period)
Period
- Logset retention period in days; max value: 90public String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName
- Logset name, which must be unique among all CLS logsets; default value: clb_logsetCopyright © 2020. All rights reserved.