Uses of Class
com.tencentcloudapi.as.v20180419.models.DeleteLaunchConfigurationRequest
-
Packages that use DeleteLaunchConfigurationRequest Package Description com.tencentcloudapi.as.v20180419 com.tencentcloudapi.as.v20180419.models -
-
Uses of DeleteLaunchConfigurationRequest in com.tencentcloudapi.as.v20180419
Methods in com.tencentcloudapi.as.v20180419 with parameters of type DeleteLaunchConfigurationRequest Modifier and Type Method Description DeleteLaunchConfigurationResponseAsClient. DeleteLaunchConfiguration(DeleteLaunchConfigurationRequest req)本接口(DeleteLaunchConfiguration)用于删除启动配置。 若启动配置在伸缩组中属于生效状态,则该启动配置不允许删除。 -
Uses of DeleteLaunchConfigurationRequest in com.tencentcloudapi.as.v20180419.models
Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type DeleteLaunchConfigurationRequest Constructor Description DeleteLaunchConfigurationRequest(DeleteLaunchConfigurationRequest 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.
-