Class 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
    • 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

      • resetCronSchedule

        @Stability(Stable)
        public void resetCronSchedule()
      • resetPaused

        @Stability(Stable)
        public void resetPaused()
      • resetRpoConfig

        @Stability(Stable)
        public void resetRpoConfig()
      • getCronScheduleInput

        @Stability(Stable)
        @Nullable
        public String getCronScheduleInput()
      • getPausedInput

        @Stability(Stable)
        @Nullable
        public Object getPausedInput()
      • 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)