Class GkeBackupBackupPlanBackupScheduleOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_backup_plan.GkeBackupBackupPlanBackupScheduleOutputReference
-
- 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.270Z") @Stability(Stable) public class GkeBackupBackupPlanBackupScheduleOutputReference 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 GkeBackupBackupPlanBackupScheduleOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGkeBackupBackupPlanBackupScheduleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGkeBackupBackupPlanBackupScheduleOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCronSchedule()StringgetCronScheduleInput()GkeBackupBackupPlanBackupSchedulegetInternalValue()ObjectgetPaused()ObjectgetPausedInput()GkeBackupBackupPlanBackupScheduleRpoConfigOutputReferencegetRpoConfig()GkeBackupBackupPlanBackupScheduleRpoConfiggetRpoConfigInput()voidputRpoConfig(GkeBackupBackupPlanBackupScheduleRpoConfig value)voidresetCronSchedule()voidresetPaused()voidresetRpoConfig()voidsetCronSchedule(String value)voidsetInternalValue(GkeBackupBackupPlanBackupSchedule value)voidsetPaused(com.hashicorp.cdktf.IResolvable value)voidsetPaused(Boolean value)-
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
-
GkeBackupBackupPlanBackupScheduleOutputReference
protected GkeBackupBackupPlanBackupScheduleOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GkeBackupBackupPlanBackupScheduleOutputReference
protected GkeBackupBackupPlanBackupScheduleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GkeBackupBackupPlanBackupScheduleOutputReference
@Stability(Stable) public GkeBackupBackupPlanBackupScheduleOutputReference(@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
-
putRpoConfig
@Stability(Stable) public void putRpoConfig(@NotNull GkeBackupBackupPlanBackupScheduleRpoConfig value)- Parameters:
value- This parameter is required.
-
resetCronSchedule
@Stability(Stable) public void resetCronSchedule()
-
resetPaused
@Stability(Stable) public void resetPaused()
-
resetRpoConfig
@Stability(Stable) public void resetRpoConfig()
-
getRpoConfig
@Stability(Stable) @NotNull public GkeBackupBackupPlanBackupScheduleRpoConfigOutputReference getRpoConfig()
-
getCronScheduleInput
@Stability(Stable) @Nullable public String getCronScheduleInput()
-
getPausedInput
@Stability(Stable) @Nullable public Object getPausedInput()
-
getRpoConfigInput
@Stability(Stable) @Nullable public GkeBackupBackupPlanBackupScheduleRpoConfig getRpoConfigInput()
-
getCronSchedule
@Stability(Stable) @NotNull public String getCronSchedule()
-
setCronSchedule
@Stability(Stable) public void setCronSchedule(@NotNull String value)
-
getPaused
@Stability(Stable) @NotNull public Object getPaused()
-
setPaused
@Stability(Stable) public void setPaused(@NotNull Boolean value)
-
setPaused
@Stability(Stable) public void setPaused(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public GkeBackupBackupPlanBackupSchedule getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GkeBackupBackupPlanBackupSchedule value)
-
-