Class: Google::Cloud::Deploy::V1::PromoteReleaseRule

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

PromoteRelease rule will automatically promote a release from the current target to a specified target.

Instance Attribute Summary collapse

Instance Attribute Details

#condition::Google::Cloud::Deploy::V1::AutomationRuleCondition (readonly)

Returns Output only. Information around the state of the Automation rule.

Returns:



3262
3263
3264
3265
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3262

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

#destination_phase::String

Returns Optional. The starting phase of the rollout created by this operation. Default to the first phase.

Returns:

  • (::String)

    Optional. The starting phase of the rollout created by this operation. Default to the first phase.



3262
3263
3264
3265
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3262

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

#destination_target_id::String

Returns Optional. The ID of the stage in the pipeline to which this Release is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following:

  • The last segment of a target name. It only needs the ID to determine if the target is one of the stages in the promotion sequence defined in the pipeline.
  • "@next", the next target in the promotion sequence.

Returns:

  • (::String)

    Optional. The ID of the stage in the pipeline to which this Release is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following:

    • The last segment of a target name. It only needs the ID to determine if the target is one of the stages in the promotion sequence defined in the pipeline.
    • "@next", the next target in the promotion sequence.


3262
3263
3264
3265
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3262

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

#id::String

Returns Required. ID of the rule. This id must be unique in the Automation resource to which this rule belongs. The format is [a-z]([a-z0-9-]{0,61}[a-z0-9])?.

Returns:

  • (::String)

    Required. ID of the rule. This id must be unique in the Automation resource to which this rule belongs. The format is [a-z]([a-z0-9-]{0,61}[a-z0-9])?.



3262
3263
3264
3265
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3262

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

#wait::Google::Protobuf::Duration

Returns Optional. How long the release need to be paused until being promoted to the next target.

Returns:



3262
3263
3264
3265
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3262

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