postSnapshotAction property

String? postSnapshotAction
getter/setter pair

Input only.

Action to take on the source SandboxEnvironment after the snapshot is taken. This field is only used in CreateSandboxEnvironmentSnapshotRequest and it is not stored in the resource.

Optional. Possible string values are:

  • "POST_SNAPSHOT_ACTION_UNSPECIFIED" : The default value. This value is unused.
  • "RUNNING" : Sandbox environment will continue to run after snapshot is taken.
  • "PAUSE" : Sandbox environment will be paused after snapshot is taken.

Implementation

core.String? postSnapshotAction;