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 |
---|---|
RunEIPDirectServiceEnabled |
getEIPDirectService()
Get 是否开通IP直通。若不指定该参数,则Linux镜像默认开通,windows镜像暂不支持IP直通。
|
RunMonitorServiceEnabled |
getMonitorService()
Get 是否开启云监控服务。
|
RunSecurityServiceEnabled |
getSecurityService()
Get 是否开启云镜服务。
|
void |
setEIPDirectService(RunEIPDirectServiceEnabled EIPDirectService)
Set 是否开通IP直通。若不指定该参数,则Linux镜像默认开通,windows镜像暂不支持IP直通。
|
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
- 是否开启云监控服务。public RunEIPDirectServiceEnabled getEIPDirectService()
public void setEIPDirectService(RunEIPDirectServiceEnabled EIPDirectService)
EIPDirectService
- 是否开通IP直通。若不指定该参数,则Linux镜像默认开通,windows镜像暂不支持IP直通。Copyright © 2022. All rights reserved.