Class: Google::Cloud::Deploy::V1::AdvanceRolloutRule
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::AdvanceRolloutRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The AdvanceRollout automation rule will automatically advance a successful
Rollout to the next phase.
Instance Attribute Summary collapse
-
#condition ⇒ ::Google::Cloud::Deploy::V1::AutomationRuleCondition
readonly
Output only.
-
#id ⇒ ::String
Required.
-
#source_phases ⇒ ::Array<::String>
Optional.
-
#wait ⇒ ::Google::Protobuf::Duration
Optional.
Instance Attribute Details
#condition ⇒ ::Google::Cloud::Deploy::V1::AutomationRuleCondition (readonly)
3274 3275 3276 3277 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3274 class AdvanceRolloutRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
3274 3275 3276 3277 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3274 class AdvanceRolloutRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_phases ⇒ ::Array<::String>
3274 3275 3276 3277 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3274 class AdvanceRolloutRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wait ⇒ ::Google::Protobuf::Duration
3274 3275 3276 3277 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3274 class AdvanceRolloutRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |