Class: Google::Cloud::Deploy::V1::TimedPromoteReleaseRule
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TimedPromoteReleaseRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The TimedPromoteReleaseRule will automatically promote a release from the
current target(s) to the specified target(s) on a configured schedule.
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.
-
#schedule ⇒ ::String
Required.
-
#time_zone ⇒ ::String
Required.
Instance Attribute Details
#condition ⇒ ::Google::Cloud::Deploy::V1::AutomationRuleCondition (readonly)
3850 3851 3852 3853 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3850 class TimedPromoteReleaseRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_phase ⇒ ::String
3850 3851 3852 3853 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3850 class TimedPromoteReleaseRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_target_id ⇒ ::String
3850 3851 3852 3853 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3850 class TimedPromoteReleaseRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
3850 3851 3852 3853 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3850 class TimedPromoteReleaseRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schedule ⇒ ::String
3850 3851 3852 3853 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3850 class TimedPromoteReleaseRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::String
3850 3851 3852 3853 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3850 class TimedPromoteReleaseRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |