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