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 是否开启云镜服务
|
ECMRunMonitorServiceEnabled |
getSecurityService()
Get 是否开启云监控服务
|
void |
setMonitorService(ECMRunSecurityServiceEnabled MonitorService)
Set 是否开启云镜服务
|
void |
setSecurityService(ECMRunMonitorServiceEnabled SecurityService)
Set 是否开启云监控服务
|
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 ECMEnhancedService()
public ECMEnhancedService(ECMEnhancedService source)
public ECMRunMonitorServiceEnabled getSecurityService()
public void setSecurityService(ECMRunMonitorServiceEnabled SecurityService)
SecurityService
- 是否开启云监控服务public ECMRunSecurityServiceEnabled getMonitorService()
public void setMonitorService(ECMRunSecurityServiceEnabled MonitorService)
MonitorService
- 是否开启云镜服务Copyright © 2022. All rights reserved.