Backup for GKE v1 API - Enum RestoreConfig.Types.TransformationRuleAction.Types.Op (2.5.0)

public enum RestoreConfig.Types.TransformationRuleAction.Types.Op

Reference 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.V1

Assembly

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:

  1. If the target ___location specifies an array index, a new value is inserted into the array at the specified index.
  2. If the target ___location specifies an object member that does not already exist, a new member is added to the object.
  3. If the target ___location specifies an object member that does exist, that member's value is replaced.
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