Interface NetappVolumeSnapshotPolicyDailySchedule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetappVolumeSnapshotPolicyDailySchedule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.022Z") @Stability(Stable) public interface NetappVolumeSnapshotPolicyDailySchedule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetappVolumeSnapshotPolicyDailySchedule.BuilderA builder forNetappVolumeSnapshotPolicyDailySchedulestatic classNetappVolumeSnapshotPolicyDailySchedule.Jsii$ProxyAn implementation forNetappVolumeSnapshotPolicyDailySchedule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetappVolumeSnapshotPolicyDailySchedule.Builderbuilder()default NumbergetHour()Set the hour to create the snapshot (0-23), defaults to midnight (0).default NumbergetMinute()Set the minute of the hour to create the snapshot (0-59), defaults to the top of the hour (0).NumbergetSnapshotsToKeep()The maximum number of snapshots to keep for the daily schedule.
-
-
-
Method Detail
-
getSnapshotsToKeep
@Stability(Stable) @NotNull Number getSnapshotsToKeep()
The maximum number of snapshots to keep for the daily schedule.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#snapshots_to_keep NetappVolume#snapshots_to_keep}
-
getHour
@Stability(Stable) @Nullable default Number getHour()
Set the hour to create the snapshot (0-23), defaults to midnight (0).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#hour NetappVolume#hour}
-
getMinute
@Stability(Stable) @Nullable default Number getMinute()
Set the minute of the hour to create the snapshot (0-59), defaults to the top of the hour (0).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#minute NetappVolume#minute}
-
builder
@Stability(Stable) static NetappVolumeSnapshotPolicyDailySchedule.Builder builder()
-
-