Class NetappVolumeSnapshotPolicyDailyScheduleOutputReference

  • 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:22.022Z")
    @Stability(Stable)
    public class NetappVolumeSnapshotPolicyDailyScheduleOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • NetappVolumeSnapshotPolicyDailyScheduleOutputReference

        protected NetappVolumeSnapshotPolicyDailyScheduleOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • NetappVolumeSnapshotPolicyDailyScheduleOutputReference

        protected NetappVolumeSnapshotPolicyDailyScheduleOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • NetappVolumeSnapshotPolicyDailyScheduleOutputReference

        @Stability(Stable)
        public NetappVolumeSnapshotPolicyDailyScheduleOutputReference​(@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

      • resetHour

        @Stability(Stable)
        public void resetHour()
      • resetMinute

        @Stability(Stable)
        public void resetMinute()
      • getHourInput

        @Stability(Stable)
        @Nullable
        public Number getHourInput()
      • getMinuteInput

        @Stability(Stable)
        @Nullable
        public Number getMinuteInput()
      • getSnapshotsToKeepInput

        @Stability(Stable)
        @Nullable
        public Number getSnapshotsToKeepInput()
      • getHour

        @Stability(Stable)
        @NotNull
        public Number getHour()
      • setHour

        @Stability(Stable)
        public void setHour​(@NotNull
                            Number value)
      • getMinute

        @Stability(Stable)
        @NotNull
        public Number getMinute()
      • setMinute

        @Stability(Stable)
        public void setMinute​(@NotNull
                              Number value)
      • getSnapshotsToKeep

        @Stability(Stable)
        @NotNull
        public Number getSnapshotsToKeep()
      • setSnapshotsToKeep

        @Stability(Stable)
        public void setSnapshotsToKeep​(@NotNull
                                       Number value)