public class EnhancedService extends AbstractModel
Constructor and Description |
---|
EnhancedService() |
Modifier and Type | Method and Description |
---|---|
RunMonitorServiceEnabled |
getMonitorService()
获取开启云监控服务。若不指定该参数,则默认开启云监控服务。
|
RunSecurityServiceEnabled |
getSecurityService()
获取开启云安全服务。若不指定该参数,则默认开启云安全服务。
|
void |
setMonitorService(RunMonitorServiceEnabled MonitorService)
设置开启云监控服务。若不指定该参数,则默认开启云监控服务。
|
void |
setSecurityService(RunSecurityServiceEnabled SecurityService)
设置开启云安全服务。若不指定该参数,则默认开启云安全服务。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RunSecurityServiceEnabled getSecurityService()
public void setSecurityService(RunSecurityServiceEnabled SecurityService)
SecurityService
- 开启云安全服务。若不指定该参数,则默认开启云安全服务。public RunMonitorServiceEnabled getMonitorService()
public void setMonitorService(RunMonitorServiceEnabled MonitorService)
MonitorService
- 开启云监控服务。若不指定该参数,则默认开启云监控服务。Copyright © 2018. All rights reserved.