DeploymentStepResponse

data class DeploymentStepResponse(val description: String, val endTimeUtc: String, val exception: List<String>, val fullStepIndex: String, val name: String, val startTimeUtc: String, val status: String, val steps: List<DeploymentStepResponse>)

The Step of AzureStackHCI Cluster.

Constructors

Link copied to clipboard
constructor(description: String, endTimeUtc: String, exception: List<String>, fullStepIndex: String, name: String, startTimeUtc: String, status: String, steps: List<DeploymentStepResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of step.

Link copied to clipboard

End time of step.

Link copied to clipboard

List of exceptions in AzureStackHCI Cluster Deployment.

Link copied to clipboard

FullStepIndex of step.

Link copied to clipboard

Name of step.

Link copied to clipboard

Start time of step.

Link copied to clipboard

Status of step. Allowed values are 'Error', 'Success', 'InProgress'

Link copied to clipboard

List of nested steps of AzureStackHCI Cluster Deployment.