Class ComputeResourcePolicySnapshotSchedulePolicySchedule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_resource_policy.ComputeResourcePolicySnapshotSchedulePolicySchedule.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeResourcePolicySnapshotSchedulePolicySchedule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeResourcePolicySnapshotSchedulePolicySchedule
@Stability(Stable) @Internal public static final class ComputeResourcePolicySnapshotSchedulePolicySchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeResourcePolicySnapshotSchedulePolicySchedule
An implementation forComputeResourcePolicySnapshotSchedulePolicySchedule
-
-
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.ComputeResourcePolicySnapshotSchedulePolicySchedule
ComputeResourcePolicySnapshotSchedulePolicySchedule.Builder, ComputeResourcePolicySnapshotSchedulePolicySchedule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeResourcePolicySnapshotSchedulePolicySchedule.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeResourcePolicySnapshotSchedulePolicySchedule.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)ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedulegetDailySchedule()daily_schedule block.ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedulegetHourlySchedule()hourly_schedule block.ComputeResourcePolicySnapshotSchedulePolicyScheduleWeeklySchedulegetWeeklySchedule()weekly_schedule block.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(ComputeResourcePolicySnapshotSchedulePolicySchedule.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeResourcePolicySnapshotSchedulePolicySchedule.Builder.
-
-
Method Detail
-
getDailySchedule
public final ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule getDailySchedule()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicyScheduledaily_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#daily_schedule ComputeResourcePolicy#daily_schedule}
- Specified by:
getDailySchedulein interfaceComputeResourcePolicySnapshotSchedulePolicySchedule
-
getHourlySchedule
public final ComputeResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule getHourlySchedule()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicySchedulehourly_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#hourly_schedule ComputeResourcePolicy#hourly_schedule}
- Specified by:
getHourlySchedulein interfaceComputeResourcePolicySnapshotSchedulePolicySchedule
-
getWeeklySchedule
public final ComputeResourcePolicySnapshotSchedulePolicyScheduleWeeklySchedule getWeeklySchedule()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicyScheduleweekly_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#weekly_schedule ComputeResourcePolicy#weekly_schedule}
- Specified by:
getWeeklySchedulein interfaceComputeResourcePolicySnapshotSchedulePolicySchedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-