Class: Google::Cloud::Deploy::V1::RollbackAttempt
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::RollbackAttempt
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'.
Instance Attribute Summary collapse
-
#destination_phase ⇒ ::String
readonly
Output only.
-
#rollout_id ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::Deploy::V1::RepairState
readonly
Output only.
-
#state_desc ⇒ ::String
readonly
Output only.
Instance Attribute Details
#destination_phase ⇒ ::String (readonly)
Returns Output only. The phase to which the rollout will be rolled back to.
3723 3724 3725 3726 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3723 class RollbackAttempt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout_id ⇒ ::String (readonly)
Returns Output only. ID of the rollback Rollout
to create.
3723 3724 3725 3726 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3723 class RollbackAttempt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::Deploy::V1::RepairState (readonly)
Returns Output only. Valid state of this rollback action.
3723 3724 3725 3726 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3723 class RollbackAttempt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state_desc ⇒ ::String (readonly)
Returns Output only. Description of the state of the Rollback.
3723 3724 3725 3726 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3723 class RollbackAttempt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |