Class TencentCloudProvider
- java.lang.Object
-
- com.netflix.spinnaker.clouddriver.tencentcloud.TencentCloudProvider
-
- All Implemented Interfaces:
com.netflix.spinnaker.clouddriver.core.CloudProvider
@Component public class TencentCloudProvider extends java.lang.Object implements com.netflix.spinnaker.clouddriver.core.CloudProvider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID
-
Constructor Summary
Constructors Constructor Description TencentCloudProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()java.lang.StringgetId()java.lang.Class<? extends java.lang.annotation.Annotation>getOperationAnnotationType()
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfacecom.netflix.spinnaker.clouddriver.core.CloudProvider
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayNamein interfacecom.netflix.spinnaker.clouddriver.core.CloudProvider
-
getOperationAnnotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> getOperationAnnotationType()
- Specified by:
getOperationAnnotationTypein interfacecom.netflix.spinnaker.clouddriver.core.CloudProvider
-
-