public class ECMEnhancedService extends AbstractModel
| Constructor and Description | 
|---|
| ECMEnhancedService() | 
| ECMEnhancedService(ECMEnhancedService 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 | 
|---|---|
| ECMRunSecurityServiceEnabled | getMonitorService()Get Whether Cloud Workload Protection is enabled | 
| ECMRunMonitorServiceEnabled | getSecurityService()Get Whether Cloud Monitoring is enabled | 
| void | setMonitorService(ECMRunSecurityServiceEnabled MonitorService)Set Whether Cloud Workload Protection is enabled | 
| void | setSecurityService(ECMRunMonitorServiceEnabled SecurityService)Set Whether Cloud Monitoring is enabled | 
| 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 ECMEnhancedService()
public ECMEnhancedService(ECMEnhancedService source)
public ECMRunMonitorServiceEnabled getSecurityService()
public void setSecurityService(ECMRunMonitorServiceEnabled SecurityService)
SecurityService - Whether Cloud Monitoring is enabledpublic ECMRunSecurityServiceEnabled getMonitorService()
public void setMonitorService(ECMRunSecurityServiceEnabled MonitorService)
MonitorService - Whether Cloud Workload Protection is enabledCopyright © 2022. All rights reserved.