Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::RollbackTargetConfig.
Configs for the Rollback rollout.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rollout
def rollout() -> ::Google::Cloud::Deploy::V1::Rollout
Returns
-
(::Google::Cloud::Deploy::V1::Rollout) — Optional. The rollback
Rollout
to create.
#rollout=
def rollout=(value) -> ::Google::Cloud::Deploy::V1::Rollout
Parameter
-
value (::Google::Cloud::Deploy::V1::Rollout) — Optional. The rollback
Rollout
to create.
Returns
-
(::Google::Cloud::Deploy::V1::Rollout) — Optional. The rollback
Rollout
to create.
#starting_phase_id
def starting_phase_id() -> ::String
Returns
-
(::String) — Optional. The starting phase ID for the
Rollout
. If unspecified, theRollout
will start in the stable phase.
#starting_phase_id=
def starting_phase_id=(value) -> ::String
Parameter
-
value (::String) — Optional. The starting phase ID for the
Rollout
. If unspecified, theRollout
will start in the stable phase.
Returns
-
(::String) — Optional. The starting phase ID for the
Rollout
. If unspecified, theRollout
will start in the stable phase.