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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rollout |
string
Output only. The name of the rollout that initiates the |
↳ 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 | |
---|---|
Type | Description |
string |
setRollout
Output only. The name of the rollout that initiates the AutomationRun
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCurrentRepairModeIndex
Output only. The index of the current repair action in the repair sequence.
Returns | |
---|---|
Type | Description |
int|string |
setCurrentRepairModeIndex
Output only. The index of the current repair action in the repair sequence.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getRepairPhases
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array<Google\Cloud\Deploy\V1\RepairPhase>
|
Returns | |
---|---|
Type | Description |
$this |