UpgradeUnitInfo Class

Information about an upgrade unit.

Inheritance
UpgradeUnitInfo

Constructor

UpgradeUnitInfo(*, name: Optional[str] = None, state=None, **kwargs)

Parameters

name
str
Required

The name of the upgrade unit

state
str or UpgradeUnitState
Required

The state of the upgrade unit. Possible values include: 'Invalid', 'Pending', 'InProgress', 'Completed', 'Failed'