DeploymentInstanceResponse

data class DeploymentInstanceResponse(val discoveryStatus: String, val name: String, val reason: String, val startTime: String, val status: String, val zone: String)

Deployment instance payload

Constructors

Link copied to clipboard
constructor(discoveryStatus: String, name: String, reason: String, startTime: String, status: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Discovery status of the deployment instance

Link copied to clipboard

Name of the deployment instance

Link copied to clipboard

Failed reason of the deployment instance

Link copied to clipboard

Start time of the deployment instance

Link copied to clipboard

Status of the deployment instance

Link copied to clipboard

Availability zone information of the deployment instance