public enum RestoreConfig.Types.TransformationRuleAction.Types.OpReference documentation and code samples for the Backup for GKE v1 API enum RestoreConfig.Types.TransformationRuleAction.Types.Op.
Possible values for operations of a transformation rule action.
Namespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Fields |
|
|---|---|
| Name | Description |
Add |
The "add" operation performs one of the following functions, depending upon what the target location references:
|
Copy |
The "copy" operation copies the value at a specified location to the target location. |
Move |
The "move" operation removes the value at a specified location and adds it to the target location. |
Remove |
The "remove" operation removes the value at the target location. |
Replace |
The "replace" operation replaces the value at the target location with a new value. The operation object MUST contain a "value" member whose content specifies the replacement value. |
Test |
The "test" operation tests that a value at the target location is equal to a specified value. |
Unspecified |
Unspecified operation |