Class ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_resource_policy.ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule
@Stability(Stable) @Internal public static final class ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule
An implementation forComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_resource_policy.ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule
ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Builder, ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetHoursInCycle()The number of hours between snapshots.StringgetStartTime()Time within the window to start the operations.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule.Builder.
-
-
Method Detail
-
getHoursInCycle
public final Number getHoursInCycle()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleThe 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}
- Specified by:
getHoursInCyclein interfaceComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule
-
getStartTime
public final String getStartTime()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleTime 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}
- Specified by:
getStartTimein interfaceComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-