Class FirestoreBackupScheduleWeeklyRecurrence.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.firestore_backup_schedule.FirestoreBackupScheduleWeeklyRecurrence.Jsii$Proxy
-
- All Implemented Interfaces:
FirestoreBackupScheduleWeeklyRecurrence,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FirestoreBackupScheduleWeeklyRecurrence
@Stability(Stable) @Internal public static final class FirestoreBackupScheduleWeeklyRecurrence.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FirestoreBackupScheduleWeeklyRecurrence
An implementation forFirestoreBackupScheduleWeeklyRecurrence
-
-
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.firestore_backup_schedule.FirestoreBackupScheduleWeeklyRecurrence
FirestoreBackupScheduleWeeklyRecurrence.Builder, FirestoreBackupScheduleWeeklyRecurrence.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FirestoreBackupScheduleWeeklyRecurrence.Builder builder)Constructor that initializes the object based on literal property values passed by theFirestoreBackupScheduleWeeklyRecurrence.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)StringgetDay()The day of week to run.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(FirestoreBackupScheduleWeeklyRecurrence.Builder builder)
Constructor that initializes the object based on literal property values passed by theFirestoreBackupScheduleWeeklyRecurrence.Builder.
-
-
Method Detail
-
getDay
public final String getDay()
Description copied from interface:FirestoreBackupScheduleWeeklyRecurrenceThe day of week to run. Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_backup_schedule#day FirestoreBackupSchedule#day}
- Specified by:
getDayin interfaceFirestoreBackupScheduleWeeklyRecurrence
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-