Class GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Jsii$Proxy
-
- All Implemented Interfaces:
GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
@Stability(Stable) @Internal public static final class GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
An implementation forGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder, GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)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.StringgetPath()A string containing a JSON-Pointer value that references a location within the target document where the operation is performed.StringgetValue()A string that specifies the desired value in string format to use for transformation.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder.
-
-
Method Detail
-
getOp
public final String getOp()
Description copied from interface:GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsSpecifies 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}
- Specified by:
getOpin interfaceGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
-
getFromPath
public final String getFromPath()
Description copied from interface:GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsA 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}
- Specified by:
getFromPathin interfaceGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
-
getPath
public final String getPath()
Description copied from interface:GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsA 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}
- Specified by:
getPathin interfaceGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
-
getValue
public final String getValue()
Description copied from interface:GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsA 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}
- Specified by:
getValuein interfaceGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-