ArtifactInstallPropertiesResponse

data class ArtifactInstallPropertiesResponse(val artifactId: String? = null, val artifactTitle: String? = null, val deploymentStatusMessage: String? = null, val installTime: String? = null, val parameters: List<ArtifactParameterPropertiesResponse>? = null, val status: String? = null, val vmExtensionStatusMessage: String? = null)

Properties of an artifact.

Constructors

Link copied to clipboard
constructor(artifactId: String? = null, artifactTitle: String? = null, deploymentStatusMessage: String? = null, installTime: String? = null, parameters: List<ArtifactParameterPropertiesResponse>? = null, status: String? = null, vmExtensionStatusMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val artifactId: String? = null

The artifact's identifier.

Link copied to clipboard
val artifactTitle: String? = null

The artifact's title.

Link copied to clipboard

The status message from the deployment.

Link copied to clipboard
val installTime: String? = null

The time that the artifact starts to install on the virtual machine.

Link copied to clipboard

The parameters of the artifact.

Link copied to clipboard
val status: String? = null

The status of the artifact.

Link copied to clipboard

The status message from the virtual machine extension.