Package com.netflix.spinnaker.config
Class TencentCloudConfiguration
- java.lang.Object
-
- com.netflix.spinnaker.config.TencentCloudConfiguration
-
@Configuration @EnableConfigurationProperties @EnableScheduling @ConditionalOnProperty("tencentcloud.enabled") @ComponentScan("com.netflix.spinnaker.clouddriver.tencentcloud") @Import(TencentCloudCredentialsInitializer.class) public class TencentCloudConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TencentCloudConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TencentCloudConfigurationPropertiestencentCloudConfigurationProperties()
-
-
-
Method Detail
-
tencentCloudConfigurationProperties
@Scope("prototype") @Bean @ConfigurationProperties("tencentcloud") public TencentCloudConfigurationProperties tencentCloudConfigurationProperties()
-
-