Class GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Jsii$Proxy
-
- All Implemented Interfaces:
GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames
@Stability(Stable) @Internal public static final class GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames
An implementation forGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames
-
-
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.GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames
GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Builder, GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.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)StringgetName()The name of a Kubernetes Resource.StringgetNamespace()The namespace of a Kubernetes Resource.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(GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesThe name of a Kubernetes Resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#name GkeBackupRestorePlan#name}
- Specified by:
getNamein interfaceGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames
-
getNamespace
public final String getNamespace()
Description copied from interface:GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesThe namespace of a Kubernetes Resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#namespace GkeBackupRestorePlan#namespace}
- Specified by:
getNamespacein interfaceGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-