ArtifactInstallPropertiesArgs

data class ArtifactInstallPropertiesArgs(val artifactId: Output<String>? = null, val artifactTitle: Output<String>? = null, val deploymentStatusMessage: Output<String>? = null, val installTime: Output<String>? = null, val parameters: Output<List<ArtifactParameterPropertiesArgs>>? = null, val status: Output<String>? = null, val vmExtensionStatusMessage: Output<String>? = null) : ConvertibleToJava<ArtifactInstallPropertiesArgs>

Properties of an artifact.

Constructors

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

Properties

Link copied to clipboard
val artifactId: Output<String>? = null

The artifact's identifier.

Link copied to clipboard
val artifactTitle: Output<String>? = null

The artifact's title.

Link copied to clipboard
val deploymentStatusMessage: Output<String>? = null

The status message from the deployment.

Link copied to clipboard
val installTime: Output<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: Output<String>? = null

The status of the artifact.

Link copied to clipboard
val vmExtensionStatusMessage: Output<String>? = null

The status message from the virtual machine extension.

Functions

Link copied to clipboard
open override fun toJava(): ArtifactInstallPropertiesArgs