public class EnhancedService extends AbstractModel
构造器和说明 |
---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
RunEIPDirectServiceEnabled |
getEIPDirectService()
Get Whether to enable IP direct access.
|
RunMonitorServiceEnabled |
getMonitorService()
Get Whether to enable CM.
|
RunSecurityServiceEnabled |
getSecurityService()
Get Whether to enable CWP.
|
void |
setEIPDirectService(RunEIPDirectServiceEnabled EIPDirectService)
Set Whether to enable IP direct access.
|
void |
setMonitorService(RunMonitorServiceEnabled MonitorService)
Set Whether to enable CM.
|
void |
setSecurityService(RunSecurityServiceEnabled SecurityService)
Set Whether to enable CWP.
|
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
- Whether to enable CWP.public RunMonitorServiceEnabled getMonitorService()
public void setMonitorService(RunMonitorServiceEnabled MonitorService)
MonitorService
- Whether to enable CM.public RunEIPDirectServiceEnabled getEIPDirectService()
public void setEIPDirectService(RunEIPDirectServiceEnabled EIPDirectService)
EIPDirectService
- Whether to enable IP direct access. If this parameter is not specified, IP direct access will be enabled by default for Linux images and is currently not supported for Windows images.Copyright © 2022. All rights reserved.