GetDeployGroupsGroup

data class GetDeployGroupsGroup(val appId: String, val appVersionId: String, val clusterId: String, val createTime: Int, val groupId: String, val groupName: String, val groupType: Int, val packageVersionId: String, val updateTime: Int)

Constructors

Link copied to clipboard
constructor(appId: String, appVersionId: String, clusterId: String, createTime: Int, groupId: String, groupName: String, groupType: Int, packageVersionId: String, updateTime: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the EDAS application.

Link copied to clipboard

The version of the deployment package for the application.

Link copied to clipboard

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

Link copied to clipboard

The time when the instance group was created.

Link copied to clipboard

The ID of the instance group.

Link copied to clipboard

The name of the instance group. The length cannot exceed 64 characters.

Link copied to clipboard

The type of the instance group. Valid values: 0: Default group. 1: Phased release is disabled for traffic management. 2: Phased release is enabled for traffic management.

Link copied to clipboard

The version of the deployment package for the instance group that was created.

Link copied to clipboard

The time when the instance group was updated.