Class: Google::Cloud::Deploy::V1::AdvanceRolloutOperation
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::AdvanceRolloutOperation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Contains the information of an automated advance-rollout operation.
Instance Attribute Summary collapse
-
#destination_phase ⇒ ::String
readonly
Output only.
-
#rollout ⇒ ::String
readonly
Output only.
-
#source_phase ⇒ ::String
readonly
Output only.
-
#wait ⇒ ::Google::Protobuf::Duration
readonly
Output only.
Instance Attribute Details
#destination_phase ⇒ ::String (readonly)
Returns Output only. The phase the rollout will be advanced to.
4139 4140 4141 4142 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4139 class AdvanceRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout ⇒ ::String (readonly)
Returns Output only. The name of the rollout that initiates the AutomationRun
.
4139 4140 4141 4142 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4139 class AdvanceRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_phase ⇒ ::String (readonly)
Returns Output only. The phase of a deployment that initiated the operation.
4139 4140 4141 4142 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4139 class AdvanceRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wait ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. How long the operation will be paused.
4139 4140 4141 4142 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4139 class AdvanceRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |