Class: Google::Cloud::Deploy::V1::RollbackTargetConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::RollbackTargetConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Configs for the Rollback rollout.
Instance Attribute Summary collapse
-
#rollout ⇒ ::Google::Cloud::Deploy::V1::Rollout
Optional.
-
#starting_phase_id ⇒ ::String
Optional.
Instance Attribute Details
#rollout ⇒ ::Google::Cloud::Deploy::V1::Rollout
Returns Optional. The rollback Rollout
to create.
654 655 656 657 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 654 class RollbackTargetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#starting_phase_id ⇒ ::String
Returns Optional. The starting phase ID for the Rollout
. If unspecified, the
Rollout
will start in the stable phase.
654 655 656 657 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 654 class RollbackTargetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |