Uses of Class
com.tencentcloudapi.cvm.v20170312.models.RunAutomationServiceEnabled
-
Packages that use RunAutomationServiceEnabled Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of RunAutomationServiceEnabled in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return RunAutomationServiceEnabled Modifier and Type Method Description RunAutomationServiceEnabled
EnhancedService. getAutomationService()
Get 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,则公共镜像默认开启云自动化助手服务,其他镜像默认不开启云自动化助手服务。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type RunAutomationServiceEnabled Modifier and Type Method Description void
EnhancedService. setAutomationService(RunAutomationServiceEnabled AutomationService)
Set 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,则公共镜像默认开启云自动化助手服务,其他镜像默认不开启云自动化助手服务。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type RunAutomationServiceEnabled Constructor Description RunAutomationServiceEnabled(RunAutomationServiceEnabled 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.
-