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 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; max value: 90
|
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; 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 CreateClsLogSetRequest()
public CreateClsLogSetRequest(CreateClsLogSetRequest source)
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_logsetpublic String getLogsetType()
public void setLogsetType(String LogsetType)
LogsetType
- Logset type. Valid values: ACCESS (access logs; default value) and HEALTH (health check logs).Copyright © 2021. All rights reserved.