Class: Google::Cloud::Deploy::V1::RollbackAttempt

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#destination_phase::String (readonly)

Returns Output only. The phase to which the rollout will be rolled back to.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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