Class EnhancedService

    • 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

        public RunAutomationServiceEnabled getAutomationService()
        Get 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,则公共镜像默认开启云自动化助手服务,其他镜像默认不开启云自动化助手服务。
        Returns:
        AutomationService 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,则公共镜像默认开启云自动化助手服务,其他镜像默认不开启云自动化助手服务。
      • setAutomationService

        public void setAutomationService​(RunAutomationServiceEnabled AutomationService)
        Set 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,则公共镜像默认开启云自动化助手服务,其他镜像默认不开启云自动化助手服务。
        Parameters:
        AutomationService - 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,则公共镜像默认开启云自动化助手服务,其他镜像默认不开启云自动化助手服务。