DeploymentResponse

data class DeploymentResponse(val address: String, val config: String, val deployTime: String, val platform: String, val resourceUri: List<String>, val undeployTime: String, val userEmail: String)

The period during which some deployable was active in a runtime.

Constructors

Link copied to clipboard
fun DeploymentResponse(address: String, config: String, deployTime: String, platform: String, resourceUri: List<String>, undeployTime: String, userEmail: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address of the runtime element hosting this deployment.

Link copied to clipboard

Configuration used to create this deployment.

Link copied to clipboard

Beginning of the lifetime of this deployment.

Link copied to clipboard

Platform hosting this deployment.

Link copied to clipboard

Resource URI for the artifact being deployed taken from the deployable field with the same name.

Link copied to clipboard

End of the lifetime of this deployment.

Link copied to clipboard

Identity of the user that triggered this deployment.