Artifact Install Properties Args
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
The artifact's identifier.
Link copied to clipboard
The artifact's title.
Link copied to clipboard
The status message from the deployment.
Link copied to clipboard
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
The status message from the virtual machine extension.