Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::RepairRolloutRule.
The RepairRolloutRule
automation rule will automatically repair a failed
Rollout
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#condition
def condition() -> ::Google::Cloud::Deploy::V1::AutomationRuleCondition
Returns
- (::Google::Cloud::Deploy::V1::AutomationRuleCondition) — Output only. Information around the state of the 'Automation' rule.
#id
def id() -> ::String
Returns
-
(::String) — Required. ID of the rule. This id must be unique in the
Automation
resource to which this rule belongs. The format is[a-z][a-z0-9\-]{0,62}
.
#id=
def id=(value) -> ::String
Parameter
-
value (::String) — Required. ID of the rule. This id must be unique in the
Automation
resource to which this rule belongs. The format is[a-z][a-z0-9\-]{0,62}
.
Returns
-
(::String) — Required. ID of the rule. This id must be unique in the
Automation
resource to which this rule belongs. The format is[a-z][a-z0-9\-]{0,62}
.
#jobs
def jobs() -> ::Array<::String>
Returns
-
(::Array<::String>) — Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in
source_phase
. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex:^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.
#jobs=
def jobs=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in
source_phase
. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex:^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.
Returns
-
(::Array<::String>) — Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in
source_phase
. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex:^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.
#repair_modes
def repair_modes() -> ::Array<::Google::Cloud::Deploy::V1::RepairMode>
Returns
- (::Array<::Google::Cloud::Deploy::V1::RepairMode>) — Required. Defines the types of automatic repair actions for failed jobs.
#repair_modes=
def repair_modes=(value) -> ::Array<::Google::Cloud::Deploy::V1::RepairMode>
Parameter
- value (::Array<::Google::Cloud::Deploy::V1::RepairMode>) — Required. Defines the types of automatic repair actions for failed jobs.
Returns
- (::Array<::Google::Cloud::Deploy::V1::RepairMode>) — Required. Defines the types of automatic repair actions for failed jobs.
#source_phases
def source_phases() -> ::Array<::String>
Returns
-
(::Array<::String>) — Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. This value must consist of lower-case
letters, numbers, and hyphens, start with a letter and end with a letter or
a number, and have a max length of 63 characters. In other words, it must
match the following regex:
^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.
#source_phases=
def source_phases=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. This value must consist of lower-case
letters, numbers, and hyphens, start with a letter and end with a letter or
a number, and have a max length of 63 characters. In other words, it must
match the following regex:
^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.
Returns
-
(::Array<::String>) — Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. This value must consist of lower-case
letters, numbers, and hyphens, start with a letter and end with a letter or
a number, and have a max length of 63 characters. In other words, it must
match the following regex:
^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.