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 |
---|---|
RunMonitorServiceEnabled |
getMonitorService()
Get 开启云监控服务。若不指定该参数,则默认开启云监控服务。
|
RunSecurityServiceEnabled |
getSecurityService()
Get 开启云安全服务。若不指定该参数,则默认开启云安全服务。
|
void |
setMonitorService(RunMonitorServiceEnabled MonitorService)
Set 开启云监控服务。若不指定该参数,则默认开启云监控服务。
|
void |
setSecurityService(RunSecurityServiceEnabled 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 EnhancedService()
public EnhancedService(EnhancedService source)
public RunSecurityServiceEnabled getSecurityService()
public void setSecurityService(RunSecurityServiceEnabled SecurityService)
SecurityService
- 开启云安全服务。若不指定该参数,则默认开启云安全服务。public RunMonitorServiceEnabled getMonitorService()
public void setMonitorService(RunMonitorServiceEnabled MonitorService)
MonitorService
- 开启云监控服务。若不指定该参数,则默认开启云监控服务。Copyright © 2021. All rights reserved.