Interface GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.303Z") @Stability(Stable) public interface GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builderstatic classGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Jsii$ProxyAn implementation forGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builderbuilder()default StringgetFromPath()A string containing a JSON Pointer value that references the location in the target document to move the value from.StringgetOp()Specifies the operation to perform.default StringgetPath()A string containing a JSON-Pointer value that references a location within the target document where the operation is performed.default StringgetValue()A string that specifies the desired value in string format to use for transformation.
-
-
-
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}
-
builder
@Stability(Stable) static GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder builder()
-
-