public enum RolloutAction
Reference documentation and code samples for the SaaS Runtime v1beta1 API enum RolloutAction.
RolloutAction indicates the action to be performed on the Rollout.
Namespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
Cancel |
Cancel the Rollout permanently. |
Pause |
Pause the Rollout until it is resumed (i.e. RUN is requested). |
Run |
Run the Rollout until it naturally reaches a terminal state. A rollout requested to run will progress through all natural Rollout States (such as RUNNING -> SUCCEEDED or RUNNING -> FAILED). If retriable errors are encountered during the rollout, the rollout will paused by default and can be resumed by re-requesting this RUN action. |
Unspecified |
Unspecified action, will be treated as RUN by default. |