GetApplicationsApplication

data class GetApplicationsApplication(val appId: String, val appName: String, val applicationType: String, val buildPackageId: Int, val clusterId: String, val clusterType: Int, val regionId: String)

Constructors

Link copied to clipboard
constructor(appId: String, appName: String, applicationType: String, buildPackageId: Int, clusterId: String, clusterType: Int, regionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the application that you want to deploy.

Link copied to clipboard

The type of the package for the deployment of the application that you want to create. The valid values are: WAR and JAR. We strongly recommend you to set this parameter when creating the application.

Link copied to clipboard

The name of your EDAS application. Only letters '-' '_' and numbers are allowed. The length cannot exceed 36 characters.

Link copied to clipboard

The package ID of Enterprise Distributed Application Service (EDAS) Container.

Link copied to clipboard

The ID of the cluster that you want to create the application.

Link copied to clipboard

The type of the cluster that you want to create. Valid values: 1: Swarm cluster. 2: ECS cluster. 3: Kubernetes cluster.

Link copied to clipboard

The ID of the namespace the application belongs to.