Class: Google::Cloud::Deploy::V1::AdvanceRolloutRule

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

The AdvanceRollout automation rule will automatically advance a successful Rollout to the next phase.

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:



3253
3254
3255
3256
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3253

class AdvanceRolloutRule
  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,62}.

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,62}.



3253
3254
3255
3256
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3253

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

#source_phases::Array<::String>

Returns Optional. Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.

Returns:

  • (::Array<::String>)

    Optional. Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.



3253
3254
3255
3256
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3253

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

#wait::Google::Protobuf::Duration

Returns Optional. How long to wait after a rollout is finished.

Returns:



3253
3254
3255
3256
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3253

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