Uses of Class
com.tencentcloudapi.as.v20180419.models.CreateLaunchConfigurationRequest
-
Packages that use CreateLaunchConfigurationRequest Package Description com.tencentcloudapi.as.v20180419 com.tencentcloudapi.as.v20180419.models -
-
Uses of CreateLaunchConfigurationRequest in com.tencentcloudapi.as.v20180419
Methods in com.tencentcloudapi.as.v20180419 with parameters of type CreateLaunchConfigurationRequest Modifier and Type Method Description CreateLaunchConfigurationResponse
AsClient. CreateLaunchConfiguration(CreateLaunchConfigurationRequest req)
本接口(CreateLaunchConfiguration)用于创建新的启动配置。 启动配置,可以通过 `ModifyLaunchConfigurationAttributes` 修改少量字段。如需使用新的启动配置,建议重新创建启动配置。 每个项目最多只能创建20个启动配置,详见[使用限制](https://cloud.tencent.com/document/product/377/3120)。 -
Uses of CreateLaunchConfigurationRequest in com.tencentcloudapi.as.v20180419.models
Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type CreateLaunchConfigurationRequest Constructor Description CreateLaunchConfigurationRequest(CreateLaunchConfigurationRequest 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.
-