UpgradeOrchestrationServiceStateSummary Class

Service state summary of Service Fabric Upgrade Orchestration Service.

Inheritance
UpgradeOrchestrationServiceStateSummary

Constructor

UpgradeOrchestrationServiceStateSummary(*, current_code_version: Optional[str] = None, current_manifest_version: Optional[str] = None, target_code_version: Optional[str] = None, target_manifest_version: Optional[str] = None, pending_upgrade_type: Optional[str] = None, **kwargs)

Parameters

current_code_version
str
Required

The current code version of the cluster.

current_manifest_version
str
Required

The current manifest version of the cluster.

target_code_version
str
Required

The target code version of the cluster.

target_manifest_version
str
Required

The target manifest version of the cluster.

pending_upgrade_type
str
Required

The type of the pending upgrade of the cluster.