public class EnhancedService extends AbstractModel
| Constructor and Description | 
|---|
| EnhancedService() | 
| EnhancedService(EnhancedService 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 | 
|---|---|
| RunAutomationServiceEnabled | getAutomationService()Get Enables the TAT service. | 
| RunMonitorServiceEnabled | getMonitorService()Get Enables cloud monitor service. | 
| RunSecurityServiceEnabled | getSecurityService()Get Enables cloud security service. | 
| void | setAutomationService(RunAutomationServiceEnabled AutomationService)Set Enables the TAT 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 EnhancedService()
public EnhancedService(EnhancedService source)
public 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.public RunAutomationServiceEnabled getAutomationService()
public void setAutomationService(RunAutomationServiceEnabled AutomationService)
AutomationService - Enables the TAT service. If this parameter is not specified, the TAT service will not be enabled.Copyright © 2022. All rights reserved.