public class InstanceConfs extends AbstractModel
| Constructor and Description | 
|---|
| InstanceConfs() | 
| InstanceConfs(InstanceConfs 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 | getDailyInspection()Get Whether to enable database inspection. | 
| String | getOverviewDisplay()Get Whether to enable instance overview. | 
| void | setDailyInspection(String DailyInspection)Set Whether to enable database inspection. | 
| void | setOverviewDisplay(String OverviewDisplay)Set Whether to enable instance overview. | 
| 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, toJsonStringpublic InstanceConfs()
public InstanceConfs(InstanceConfs source)
public String getDailyInspection()
public void setDailyInspection(String DailyInspection)
DailyInspection - Whether to enable database inspection. Valid values: Yes/No.public String getOverviewDisplay()
public void setOverviewDisplay(String OverviewDisplay)
OverviewDisplay - Whether to enable instance overview. Valid values: Yes/No.Copyright © 2022. All rights reserved.