Class AlloydbClusterAutomatedBackupPolicyWeeklySchedule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.alloydb_cluster.AlloydbClusterAutomatedBackupPolicyWeeklySchedule.Jsii$Proxy
-
- All Implemented Interfaces:
AlloydbClusterAutomatedBackupPolicyWeeklySchedule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AlloydbClusterAutomatedBackupPolicyWeeklySchedule
@Stability(Stable) @Internal public static final class AlloydbClusterAutomatedBackupPolicyWeeklySchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlloydbClusterAutomatedBackupPolicyWeeklySchedule
An implementation forAlloydbClusterAutomatedBackupPolicyWeeklySchedule
-
-
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.alloydb_cluster.AlloydbClusterAutomatedBackupPolicyWeeklySchedule
AlloydbClusterAutomatedBackupPolicyWeeklySchedule.Builder, AlloydbClusterAutomatedBackupPolicyWeeklySchedule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AlloydbClusterAutomatedBackupPolicyWeeklySchedule.Builder builder)Constructor that initializes the object based on literal property values passed by theAlloydbClusterAutomatedBackupPolicyWeeklySchedule.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)List<String>getDaysOfWeek()The days of the week to perform a backup.ObjectgetStartTimes()start_times 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(AlloydbClusterAutomatedBackupPolicyWeeklySchedule.Builder builder)
Constructor that initializes the object based on literal property values passed by theAlloydbClusterAutomatedBackupPolicyWeeklySchedule.Builder.
-
-
Method Detail
-
getStartTimes
public final Object getStartTimes()
Description copied from interface:AlloydbClusterAutomatedBackupPolicyWeeklySchedulestart_times block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#start_times AlloydbCluster#start_times}
- Specified by:
getStartTimesin interfaceAlloydbClusterAutomatedBackupPolicyWeeklySchedule
-
getDaysOfWeek
public final List<String> getDaysOfWeek()
Description copied from interface:AlloydbClusterAutomatedBackupPolicyWeeklyScheduleThe days of the week to perform a backup.At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#days_of_week AlloydbCluster#days_of_week}
- Specified by:
getDaysOfWeekin interfaceAlloydbClusterAutomatedBackupPolicyWeeklySchedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-