Class ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_resource_policy.ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule
@Stability(Stable) @Internal public static final class ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule
An implementation forComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule
-
-
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.ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule
ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Builder, ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.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)NumbergetDaysInCycle()Defines a schedule with units measured in days.StringgetStartTime()This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00.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(ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Builder.
-
-
Method Detail
-
getDaysInCycle
public final Number getDaysInCycle()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleDefines a schedule with units measured in days.The value determines how many days pass between the start of each cycle. Days in cycle for snapshot schedule policy must be 1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#days_in_cycle ComputeResourcePolicy#days_in_cycle}
- Specified by:
getDaysInCyclein interfaceComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule
-
getStartTime
public final String getStartTime()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicyScheduleDailyScheduleThis must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00.For example, both 13:00-5 and 08:00 are valid. 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 interfaceComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-