Class GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.292Z") @Stability(Stable) public class GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference
protected GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference
protected GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putExcludedGroupKinds
@Stability(Stable) public void putExcludedGroupKinds(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putSelectedGroupKinds
@Stability(Stable) public void putSelectedGroupKinds(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetAllGroupKinds
@Stability(Stable) public void resetAllGroupKinds()
-
resetExcludedGroupKinds
@Stability(Stable) public void resetExcludedGroupKinds()
-
resetNoGroupKinds
@Stability(Stable) public void resetNoGroupKinds()
-
resetSelectedGroupKinds
@Stability(Stable) public void resetSelectedGroupKinds()
-
getExcludedGroupKinds
@Stability(Stable) @NotNull public GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList getExcludedGroupKinds()
-
getSelectedGroupKinds
@Stability(Stable) @NotNull public GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList getSelectedGroupKinds()
-
getAllGroupKindsInput
@Stability(Stable) @Nullable public Object getAllGroupKindsInput()
-
getExcludedGroupKindsInput
@Stability(Stable) @Nullable public Object getExcludedGroupKindsInput()
-
getNoGroupKindsInput
@Stability(Stable) @Nullable public Object getNoGroupKindsInput()
-
getSelectedGroupKindsInput
@Stability(Stable) @Nullable public Object getSelectedGroupKindsInput()
-
getAllGroupKinds
@Stability(Stable) @NotNull public Object getAllGroupKinds()
-
setAllGroupKinds
@Stability(Stable) public void setAllGroupKinds(@NotNull Boolean value)
-
setAllGroupKinds
@Stability(Stable) public void setAllGroupKinds(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getNoGroupKinds
@Stability(Stable) @NotNull public Object getNoGroupKinds()
-
setNoGroupKinds
@Stability(Stable) public void setNoGroupKinds(@NotNull Boolean value)
-
setNoGroupKinds
@Stability(Stable) public void setNoGroupKinds(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope value)
-
-