Class TencentCloudConfiguration


  • @Configuration
    @EnableConfigurationProperties
    @EnableScheduling
    @ConditionalOnProperty("tencentcloud.enabled")
    @ComponentScan("com.netflix.spinnaker.clouddriver.tencentcloud")
    @Import(TencentCloudCredentialsInitializer.class)
    public class TencentCloudConfiguration
    extends java.lang.Object
    • Constructor Detail

      • TencentCloudConfiguration

        public TencentCloudConfiguration()
    • Method Detail

      • tencentCloudConfigurationProperties

        @Scope("prototype")
        @Bean
        @ConfigurationProperties("tencentcloud")
        public TencentCloudConfigurationProperties tencentCloudConfigurationProperties()