ComposeDeploymentStatusInfo Class

Information about a Service Fabric compose deployment.

Inheritance
ComposeDeploymentStatusInfo

Constructor

ComposeDeploymentStatusInfo(*, name: Optional[str] = None, application_name: Optional[str] = None, status=None, status_details: Optional[str] = None, **kwargs)

Parameters

name
str
Required

The name of the deployment.

application_name
str
Required

The name of the application, including the 'fabric:' URI scheme.

status
str or ComposeDeploymentStatus
Required

The status of the compose deployment. Possible values include: 'Invalid', 'Provisioning', 'Creating', 'Ready', 'Unprovisioning', 'Deleting', 'Failed', 'Upgrading'

status_details
str
Required

The status details of compose deployment including failure message.