SaaS Runtime v1beta1 API - Class RolloutControl.Types.RunRolloutActionParams (1.0.0-beta01)

public sealed class RolloutControl.Types.RunRolloutActionParams : IMessage<RolloutControl.Types.RunRolloutActionParams>, IEquatable<RolloutControl.Types.RunRolloutActionParams>, IDeepCloneable<RolloutControl.Types.RunRolloutActionParams>, IBufferMessage, IMessage

Reference documentation and code samples for the SaaS Runtime v1beta1 API class RolloutControl.Types.RunRolloutActionParams.

Parameters for the RUN action controlling the behavior of the rollout when it is resumed from a PAUSED state.

Inheritance

object > RolloutControl.Types.RunRolloutActionParams

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

RunRolloutActionParams()

public RunRolloutActionParams()

RunRolloutActionParams(RunRolloutActionParams)

public RunRolloutActionParams(RolloutControl.Types.RunRolloutActionParams other)
Parameter
Name Description
other RolloutControlTypesRunRolloutActionParams

Properties

RetryFailedOperations

public bool RetryFailedOperations { get; set; }

Required. If true, the rollout will retry failed operations when resumed. This is applicable only the current state of the Rollout is PAUSED and the requested action is RUN.

Property Value
Type Description
bool