Interface NetappVolumeSnapshotPolicyWeeklySchedule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetappVolumeSnapshotPolicyWeeklySchedule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.023Z") @Stability(Stable) public interface NetappVolumeSnapshotPolicyWeeklySchedule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetappVolumeSnapshotPolicyWeeklySchedule.BuilderA builder forNetappVolumeSnapshotPolicyWeeklySchedulestatic classNetappVolumeSnapshotPolicyWeeklySchedule.Jsii$ProxyAn implementation forNetappVolumeSnapshotPolicyWeeklySchedule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetappVolumeSnapshotPolicyWeeklySchedule.Builderbuilder()default StringgetDay()Set the day or days of the week to make a snapshot.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 weekly schedule.
-
-
-
Method Detail
-
getSnapshotsToKeep
@Stability(Stable) @NotNull Number getSnapshotsToKeep()
The maximum number of snapshots to keep for the weekly 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}
-
getDay
@Stability(Stable) @Nullable default String getDay()
Set the day or days of the week to make a snapshot.Accepts a comma separated days of the week. Defaults to 'Sunday'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#day NetappVolume#day}
-
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 NetappVolumeSnapshotPolicyWeeklySchedule.Builder builder()
-
-