Class EnhancedService
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.as.v20180419.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 Deprecated Methods Modifier and Type Method Description RunAutomationServiceEnabled[]getAutomationService()Deprecated.RunAutomationServiceEnabledgetAutomationToolsService()Get 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。RunMonitorServiceEnabledgetMonitorService()Get 开启云监控服务。若不指定该参数,则默认开启云监控服务。RunSecurityServiceEnabledgetSecurityService()Get 开启云安全服务。若不指定该参数,则默认开启云安全服务。voidsetAutomationService(RunAutomationServiceEnabled[] AutomationService)Deprecated.voidsetAutomationToolsService(RunAutomationServiceEnabled AutomationToolsService)Set 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。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- 开启云监控服务。若不指定该参数,则默认开启云监控服务。
-
getAutomationService
@Deprecated public RunAutomationServiceEnabled[] getAutomationService()
Deprecated.Get 该参数已废弃,查询时会返回空值,请勿使用。- Returns:
- AutomationService 该参数已废弃,查询时会返回空值,请勿使用。
-
setAutomationService
@Deprecated public void setAutomationService(RunAutomationServiceEnabled[] AutomationService)
Deprecated.Set 该参数已废弃,查询时会返回空值,请勿使用。- Parameters:
AutomationService- 该参数已废弃,查询时会返回空值,请勿使用。
-
getAutomationToolsService
public RunAutomationServiceEnabled getAutomationToolsService()
Get 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AutomationToolsService 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。
-
setAutomationToolsService
public void setAutomationToolsService(RunAutomationServiceEnabled AutomationToolsService)
Set 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AutomationToolsService- 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。
-
-