Class EnhancedService
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.EnhancedService
-
public class EnhancedService extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunEIPDirectServiceEnabledgetEIPDirectService()Get 是否开通IP直通。若不指定该参数,则Linux镜像默认开通,windows镜像暂不支持IP直通。RunMonitorServiceEnabledgetMonitorService()Get 是否开启云监控服务。RunSecurityServiceEnabledgetSecurityService()Get 是否开启云镜服务。voidsetEIPDirectService(RunEIPDirectServiceEnabled EIPDirectService)Set 是否开通IP直通。若不指定该参数,则Linux镜像默认开通,windows镜像暂不支持IP直通。voidsetMonitorService(RunMonitorServiceEnabled MonitorService)Set 是否开启云监控服务。voidsetSecurityService(RunSecurityServiceEnabled SecurityService)Set 是否开启云镜服务。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EnhancedService
public EnhancedService()
-
EnhancedService
public 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.
-
-
Method Detail
-
getSecurityService
public RunSecurityServiceEnabled getSecurityService()
Get 是否开启云镜服务。- Returns:
- SecurityService 是否开启云镜服务。
-
setSecurityService
public void setSecurityService(RunSecurityServiceEnabled SecurityService)
Set 是否开启云镜服务。- Parameters:
SecurityService- 是否开启云镜服务。
-
getMonitorService
public RunMonitorServiceEnabled getMonitorService()
Get 是否开启云监控服务。- Returns:
- MonitorService 是否开启云监控服务。
-
setMonitorService
public void setMonitorService(RunMonitorServiceEnabled MonitorService)
Set 是否开启云监控服务。- Parameters:
MonitorService- 是否开启云监控服务。
-
getEIPDirectService
public RunEIPDirectServiceEnabled getEIPDirectService()
Get 是否开通IP直通。若不指定该参数,则Linux镜像默认开通,windows镜像暂不支持IP直通。- Returns:
- EIPDirectService 是否开通IP直通。若不指定该参数,则Linux镜像默认开通,windows镜像暂不支持IP直通。
-
setEIPDirectService
public void setEIPDirectService(RunEIPDirectServiceEnabled EIPDirectService)
Set 是否开通IP直通。若不指定该参数,则Linux镜像默认开通,windows镜像暂不支持IP直通。- Parameters:
EIPDirectService- 是否开通IP直通。若不指定该参数,则Linux镜像默认开通,windows镜像暂不支持IP直通。
-
-