Class: Google::Cloud::Deploy::V1::RollbackTargetConfig

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

Configs for the Rollback rollout.

Instance Attribute Summary collapse

Instance Attribute Details

#rollout::Google::Cloud::Deploy::V1::Rollout

Returns Optional. The rollback Rollout to create.

Returns:



643
644
645
646
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 643

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.

Returns:

  • (::String)

    Optional. The starting phase ID for the Rollout. If unspecified, the Rollout will start in the stable phase.



643
644
645
646
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 643

class RollbackTargetConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end