public class EnhancedService extends AbstractModel
| Constructor and Description | 
|---|
| EnhancedService() | 
| Modifier and Type | Method and Description | 
|---|---|
| RunMonitorServiceEnabled | getMonitorService()Get Enables cloud monitor service. | 
| RunSecurityServiceEnabled | getSecurityService()Get Enables cloud security service. | 
| void | setMonitorService(RunMonitorServiceEnabled MonitorService)Set Enables cloud monitor service. | 
| void | setSecurityService(RunSecurityServiceEnabled SecurityService)Set Enables cloud security service. | 
| 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 RunSecurityServiceEnabled getSecurityService()
public void setSecurityService(RunSecurityServiceEnabled SecurityService)
SecurityService - Enables cloud security service. If this parameter is not specified, the cloud security service will be enabled by default.public RunMonitorServiceEnabled getMonitorService()
public void setMonitorService(RunMonitorServiceEnabled MonitorService)
MonitorService - Enables cloud monitor service. If this parameter is not specified, the cloud monitor service will be enabled by default.Copyright © 2020. All rights reserved.