Class GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Jsii$Proxy
-
- All Implemented Interfaces:
GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds
@Stability(Stable) @Internal public static final class GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds
An implementation forGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds
-
-
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.GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds
GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builder, GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.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)StringgetResourceGroup()API Group string of a Kubernetes resource, e.g.StringgetResourceKind()Kind of a Kubernetes resource, e.g.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(GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builder.
-
-
Method Detail
-
getResourceGroup
public final String getResourceGroup()
Description copied from interface:GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsAPI Group string of a Kubernetes resource, e.g. "apiextensions.k8s.io", "storage.k8s.io", etc. Use empty string for core group.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#resource_group GkeBackupRestorePlan#resource_group}
- Specified by:
getResourceGroupin interfaceGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds
-
getResourceKind
public final String getResourceKind()
Description copied from interface:GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsKind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#resource_kind GkeBackupRestorePlan#resource_kind}
- Specified by:
getResourceKindin interfaceGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-