Interface NetappVolumeSnapshotPolicyHourlySchedule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetappVolumeSnapshotPolicyHourlySchedule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.022Z") @Stability(Stable) public interface NetappVolumeSnapshotPolicyHourlySchedule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetappVolumeSnapshotPolicyHourlySchedule.BuilderA builder forNetappVolumeSnapshotPolicyHourlySchedulestatic classNetappVolumeSnapshotPolicyHourlySchedule.Jsii$ProxyAn implementation forNetappVolumeSnapshotPolicyHourlySchedule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetappVolumeSnapshotPolicyHourlySchedule.Builderbuilder()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 hourly schedule.
-
-
-
Method Detail
-
getSnapshotsToKeep
@Stability(Stable) @NotNull Number getSnapshotsToKeep()
The maximum number of snapshots to keep for the hourly 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}
-
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 NetappVolumeSnapshotPolicyHourlySchedule.Builder builder()
-
-