public class CreateClsLogSetRequest extends AbstractModel
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 日志集的名字,不能和cls其他日志集重名。不填默认为clb_logset。
|
String |
getLogsetType()
Get 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。
|
Long |
getPeriod()
Get 日志集的保存周期,单位:天。
|
void |
setLogsetName(String LogsetName)
Set 日志集的名字,不能和cls其他日志集重名。不填默认为clb_logset。
|
void |
setLogsetType(String LogsetType)
Set 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。
|
void |
setPeriod(Long Period)
Set 日志集的保存周期,单位:天。
|
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 CreateClsLogSetRequest()
public CreateClsLogSetRequest(CreateClsLogSetRequest source)
public String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName
- 日志集的名字,不能和cls其他日志集重名。不填默认为clb_logset。public Long getPeriod()
public void setPeriod(Long Period)
Period
- 日志集的保存周期,单位:天。public String getLogsetType()
public void setLogsetType(String LogsetType)
LogsetType
- 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。Copyright © 2022. All rights reserved.