Class RolloutControl
RolloutControl provides a way to request a change to the execution of a Rollout by pausing or canceling it.
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class RolloutControl : IDirectResponseSchema
Properties
Action
Required. Action to be performed on the Rollout. The default behavior is to run the rollout until it naturally reaches a terminal state.
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RunParams
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.
Declaration
[JsonProperty("runParams")]
public virtual RunRolloutActionParams RunParams { get; set; }
Property Value
| Type | Description |
|---|---|
| RunRolloutActionParams |