Class: Google::Cloud::Deploy::V1::AutomationRule
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::AutomationRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
AutomationRule
defines the automation activities.
Instance Attribute Summary collapse
-
#advance_rollout_rule ⇒ ::Google::Cloud::Deploy::V1::AdvanceRolloutRule
Optional.
-
#promote_release_rule ⇒ ::Google::Cloud::Deploy::V1::PromoteReleaseRule
Optional.
-
#repair_rollout_rule ⇒ ::Google::Cloud::Deploy::V1::RepairRolloutRule
Optional.
Instance Attribute Details
#advance_rollout_rule ⇒ ::Google::Cloud::Deploy::V1::AdvanceRolloutRule
Returns Optional. The AdvanceRolloutRule
will automatically advance a
successful Rollout.
3197 3198 3199 3200 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3197 class AutomationRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#promote_release_rule ⇒ ::Google::Cloud::Deploy::V1::PromoteReleaseRule
Returns Optional. PromoteReleaseRule
will automatically promote a release from
the current target to a specified target.
3197 3198 3199 3200 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3197 class AutomationRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repair_rollout_rule ⇒ ::Google::Cloud::Deploy::V1::RepairRolloutRule
Returns Optional. The RepairRolloutRule
will automatically repair a failed
rollout.
3197 3198 3199 3200 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3197 class AutomationRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |