Class: Google::Cloud::Deploy::V1::PromoteReleaseRule
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::PromoteReleaseRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
PromoteRelease rule will automatically promote a release from the current
target to a specified target.
Instance Attribute Summary collapse
-
#condition ⇒ ::Google::Cloud::Deploy::V1::AutomationRuleCondition
readonly
Output only.
-
#destination_phase ⇒ ::String
Optional.
-
#destination_target_id ⇒ ::String
Optional.
-
#id ⇒ ::String
Required.
-
#wait ⇒ ::Google::Protobuf::Duration
Optional.
Instance Attribute Details
#condition ⇒ ::Google::Cloud::Deploy::V1::AutomationRuleCondition (readonly)
3258 3259 3260 3261 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3258 class PromoteReleaseRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_phase ⇒ ::String
3258 3259 3260 3261 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3258 class PromoteReleaseRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_target_id ⇒ ::String
3258 3259 3260 3261 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3258 class PromoteReleaseRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
3258 3259 3260 3261 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3258 class PromoteReleaseRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wait ⇒ ::Google::Protobuf::Duration
3258 3259 3260 3261 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3258 class PromoteReleaseRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |