Google Cloud Deploy V1 Client - Class RepairRolloutOperation (0.14.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class RepairRolloutOperation.

Contains the information for an automated repair rollout operation.

Generated from protobuf message google.cloud.deploy.v1.RepairRolloutOperation

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ rollout string

Output only. The name of the rollout that initiates the AutomationRun.

↳ current_repair_mode_index int|string

Output only. The index of the current repair action in the repair sequence.

↳ repair_phases array<Google\Cloud\Deploy\V1\RepairPhase>

Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.

getRollout

Output only. The name of the rollout that initiates the AutomationRun.

Returns
TypeDescription
string

setRollout

Output only. The name of the rollout that initiates the AutomationRun.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCurrentRepairModeIndex

Output only. The index of the current repair action in the repair sequence.

Returns
TypeDescription
int|string

setCurrentRepairModeIndex

Output only. The index of the current repair action in the repair sequence.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getRepairPhases

Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRepairPhases

Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.

Parameter
NameDescription
var array<Google\Cloud\Deploy\V1\RepairPhase>
Returns
TypeDescription
$this