ALBControllerNodeVMDeploymentProgressState (type)

{
  "description": "Deployment progress state of Advanced Load Balancer controller VM. This Object contains name of current deployment step and overall progress percentage.", 
  "id": "ALBControllerNodeVMDeploymentProgressState", 
  "module_id": "PolicyALBControllerDeployment", 
  "properties": {
    "current_step_title": {
      "description": "Name of the current running step of deployment", 
      "readonly": true, 
      "required": false, 
      "title": "Name of the current step", 
      "type": "string"
    }, 
    "progress": {
      "description": "Overall progress percentage of deployment completed", 
      "readonly": true, 
      "required": false, 
      "title": "Progress percentage", 
      "type": "integer"
    }
  }, 
  "title": "Deployment progress of Advanced Load Balancer controller VM", 
  "type": "object"
}