SddcMilestoneTask

SddcMilestoneTask
SddcMilestoneTask

Represents a SDDC Milestone

JSON Example
{
    "name": "string",
    "description": "string",
    "status": "One among: NOT_STARTED, IN_PROGRESS, COMPLETED_WITH_SUCCESS, COMPLETED_WITH_FAILURE",
    "creationTimestamp": "string",
    "updateTimestamp": "string",
    "completedTasks": 0,
    "totalTasks": 0
}
string
name
Optional

SDDC Milestone Name

string
description
Optional

SDDC Milestone Description

string
status
Optional

SDDC Milestone Task Status

string
creationTimestamp
Optional

SDDC Milestone Creation Time

string
updateTimestamp
Optional

Last Update Time of SDDC Milestone

integer As int32 As int32
completedTasks
Optional

Number of completed tasks which are assigned to the current milestone. Null if milestone is not started

integer As int32 As int32
totalTasks
Optional

Number of total tasks which are assigned to the current milestone. Null if milestone is not started

Property Of