GetEcsDeploymentSetsSet

data class GetEcsDeploymentSetsSet(val createTime: String, val deploymentSetId: String, val deploymentSetName: String, val description: String, val domain: String, val granularity: String, val id: String, val instanceAmount: Int, val instanceIds: List<String>, val strategy: String)

Constructors

Link copied to clipboard
constructor(createTime: String, deploymentSetId: String, deploymentSetName: String, description: String, domain: String, granularity: String, id: String, instanceAmount: Int, instanceIds: List<String>, strategy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the deployment set was created.

Link copied to clipboard

The ID of the Deployment Set.

Link copied to clipboard

The name of the deployment set.

Link copied to clipboard

The description of the deployment set.

Link copied to clipboard

The deployment domain.

Link copied to clipboard

The deployment granularity.

Link copied to clipboard
val id: String

The ID of the Deployment Set.

Link copied to clipboard

The number of instances in the deployment set.

Link copied to clipboard

The IDs of the instances in the deployment set.

Link copied to clipboard

The deployment strategy.