Interface GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions

    • Method Detail

      • getOp

        @Stability(Stable)
        @NotNull
        String getOp()
        Specifies the operation to perform. Possible values: ["REMOVE", "MOVE", "COPY", "ADD", "TEST", "REPLACE"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#op GkeBackupRestorePlan#op}

      • getFromPath

        @Stability(Stable)
        @Nullable
        default String getFromPath()
        A string containing a JSON Pointer value that references the location in the target document to move the value from.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#from_path GkeBackupRestorePlan#from_path}

      • getPath

        @Stability(Stable)
        @Nullable
        default String getPath()
        A string containing a JSON-Pointer value that references a location within the target document where the operation is performed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#path GkeBackupRestorePlan#path}

      • getValue

        @Stability(Stable)
        @Nullable
        default String getValue()
        A string that specifies the desired value in string format to use for transformation.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#value GkeBackupRestorePlan#value}