Reference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutControl.
RolloutControl provides a way to request a change to the execution of a Rollout by pausing or canceling it.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action
def action() -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutAction
Returns
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutAction) — Required. Action to be performed on the Rollout. The default behavior is to run the rollout until it naturally reaches a terminal state.
#action=
def action=(value) -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutAction
Parameter
- value (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutAction) — Required. Action to be performed on the Rollout. The default behavior is to run the rollout until it naturally reaches a terminal state.
Returns
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutAction) — Required. Action to be performed on the Rollout. The default behavior is to run the rollout until it naturally reaches a terminal state.
#run_params
def run_params() -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutControl::RunRolloutActionParams
Returns
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutControl::RunRolloutActionParams) — Optional. Parameters for the RUN action. It is an error to specify this if the RolloutAction is not set to RUN. By default, the rollout will retry failed operations when resumed.
#run_params=
def run_params=(value) -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutControl::RunRolloutActionParams
Parameter
- value (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutControl::RunRolloutActionParams) — Optional. Parameters for the RUN action. It is an error to specify this if the RolloutAction is not set to RUN. By default, the rollout will retry failed operations when resumed.
Returns
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutControl::RunRolloutActionParams) — Optional. Parameters for the RUN action. It is an error to specify this if the RolloutAction is not set to RUN. By default, the rollout will retry failed operations when resumed.