Interface ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.918Z") @Stability(Stable) public interface ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Builderstatic classComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Jsii$ProxyAn implementation forComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Builderbuilder()NumbergetHoursInCycle()The number of hours between snapshots.StringgetStartTime()Time within the window to start the operations.
-
-
-
Method Detail
-
getHoursInCycle
@Stability(Stable) @NotNull Number getHoursInCycle()
The number of hours between snapshots.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#hours_in_cycle ComputeResourcePolicy#hours_in_cycle}
-
getStartTime
@Stability(Stable) @NotNull String getStartTime()
Time within the window to start the operations.It must be in an hourly format "HH:MM", where HH : [00-23] and MM : [00] GMT. eg: 21:00 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#start_time ComputeResourcePolicy#start_time}
-
builder
@Stability(Stable) static ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Builder builder()
-
-