EceActionStatusResponse

data class EceActionStatusResponse(val status: String, val steps: List<DeploymentStepResponse>)

The ECE action plan deployment status for AzureStackHCI Cluster.

Constructors

Link copied to clipboard
constructor(status: String, steps: List<DeploymentStepResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Status of ECE action AzureStackHCI Cluster Deployment.

Link copied to clipboard

List of steps of AzureStackHCI Cluster Deployment.