Class GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope.Jsii$Proxy
-
- All Implemented Interfaces:
GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope
@Stability(Stable) @Internal public static final class GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope
An implementation forGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope
-
-
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.GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope
GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope.Builder, GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope.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)ObjectgetAllGroupKinds()If True, all valid cluster-scoped resources will be restored.ObjectgetExcludedGroupKinds()excluded_group_kinds block.ObjectgetNoGroupKinds()If True, no cluster-scoped resources will be restored.ObjectgetSelectedGroupKinds()selected_group_kinds block.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(GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope.Builder.
-
-
Method Detail
-
getAllGroupKinds
public final Object getAllGroupKinds()
Description copied from interface:GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeIf True, all valid cluster-scoped resources will be restored. Mutually exclusive to any other field in 'clusterResourceRestoreScope'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#all_group_kinds GkeBackupRestorePlan#all_group_kinds}
- Specified by:
getAllGroupKindsin interfaceGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope
-
getExcludedGroupKinds
public final Object getExcludedGroupKinds()
Description copied from interface:GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeexcluded_group_kinds block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#excluded_group_kinds GkeBackupRestorePlan#excluded_group_kinds}
- Specified by:
getExcludedGroupKindsin interfaceGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope
-
getNoGroupKinds
public final Object getNoGroupKinds()
Description copied from interface:GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeIf True, no cluster-scoped resources will be restored. Mutually exclusive to any other field in 'clusterResourceRestoreScope'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#no_group_kinds GkeBackupRestorePlan#no_group_kinds}
- Specified by:
getNoGroupKindsin interfaceGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope
-
getSelectedGroupKinds
public final Object getSelectedGroupKinds()
Description copied from interface:GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeselected_group_kinds block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#selected_group_kinds GkeBackupRestorePlan#selected_group_kinds}
- Specified by:
getSelectedGroupKindsin interfaceGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-