Class NetappVolumeSnapshotPolicyWeeklyScheduleOutputReference

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

      • NetappVolumeSnapshotPolicyWeeklyScheduleOutputReference

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

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

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

      • resetDay

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

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

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

        @Stability(Stable)
        @Nullable
        public String getDayInput()
      • getHourInput

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

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

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

        @Stability(Stable)
        @NotNull
        public String getDay()
      • setDay

        @Stability(Stable)
        public void setDay​(@NotNull
                           String value)
      • 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)