RolloutProperties Class

Defines the properties of a rollout.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
RolloutProperties

Constructor

RolloutProperties(**kwargs)

Variables

status
str

The current status of the rollout.

total_retry_attempts
int

The cardinal count of total number of retries performed on the rollout at a given time.

operation_info
RolloutOperationInfo

Operational information of the rollout.

services
list[Service]

The detailed information on the services being deployed.