Class GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Jsii$Proxy
-
- All Implemented Interfaces:
GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter
@Stability(Stable) @Internal public static final class GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter
An implementation forGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter
-
-
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.GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter
GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Builder, GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.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)ObjectgetGroupKinds()group_kinds block.StringgetJsonPath()This is a JSONPath expression that matches specific fields of candidate resources and it operates as a filtering parameter (resources that are not matched with this expression will not be candidates for transformation).List<String>getNamespaces()(Filtering parameter) Any resource subject to transformation must be contained within one of the listed Kubernetes Namespace in the Backup.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(GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Builder.
-
-
Method Detail
-
getGroupKinds
public final Object getGroupKinds()
Description copied from interface:GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFiltergroup_kinds block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#group_kinds GkeBackupRestorePlan#group_kinds}
- Specified by:
getGroupKindsin interfaceGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter
-
getJsonPath
public final String getJsonPath()
Description copied from interface:GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterThis is a JSONPath expression that matches specific fields of candidate resources and it operates as a filtering parameter (resources that are not matched with this expression will not be candidates for transformation).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#json_path GkeBackupRestorePlan#json_path}
- Specified by:
getJsonPathin interfaceGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter
-
getNamespaces
public final List<String> getNamespaces()
Description copied from interface:GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter(Filtering parameter) Any resource subject to transformation must be contained within one of the listed Kubernetes Namespace in the Backup.If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for transformation). To mix cluster-scoped and namespaced resources in the same rule, use an empty string ("") as one of the target namespaces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#namespaces GkeBackupRestorePlan#namespaces}
- Specified by:
getNamespacesin interfaceGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-