Class GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_backup_plan.GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows.Jsii$Proxy
-
- All Implemented Interfaces:
GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows
@Stability(Stable) @Internal public static final class GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows
An implementation forGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows
-
-
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.gke_backup_backup_plan.GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows
GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows.Builder, GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows.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)ObjectgetDaily()The exclusion window occurs every day if set to "True".GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekgetDaysOfWeek()days_of_week block.StringgetDuration()Specifies duration of the window in seconds with up to nine fractional digits, terminated by 's'.GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDategetSingleOccurrenceDate()single_occurrence_date block.GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimegetStartTime()start_time 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(GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows.Builder.
-
-
Method Detail
-
getDuration
public final String getDuration()
Description copied from interface:GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSpecifies duration of the window in seconds with up to nine fractional digits, terminated by 's'.Example: "3.5s". Restrictions for duration based on the recurrence type to allow some time for backup to happen: * single_occurrence_date: no restriction * daily window: duration < 24 hours * weekly window: * days of week includes all seven days of a week: duration < 24 hours * all other weekly window: duration < 168 hours (i.e., 24 * 7 hours) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#duration GkeBackupBackupPlan#duration}
- Specified by:
getDurationin interfaceGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows
-
getStartTime
public final GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime getStartTime()
Description copied from interface:GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsstart_time block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#start_time GkeBackupBackupPlan#start_time}
- Specified by:
getStartTimein interfaceGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows
-
getDaily
public final Object getDaily()
Description copied from interface:GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsThe exclusion window occurs every day if set to "True".Specifying this field to "False" is an error. Only one of singleOccurrenceDate, daily and daysOfWeek may be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#daily GkeBackupBackupPlan#daily}
- Specified by:
getDailyin interfaceGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows
-
getDaysOfWeek
public final GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek getDaysOfWeek()
Description copied from interface:GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsdays_of_week block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#days_of_week GkeBackupBackupPlan#days_of_week}
- Specified by:
getDaysOfWeekin interfaceGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows
-
getSingleOccurrenceDate
public final GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate getSingleOccurrenceDate()
Description copied from interface:GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowssingle_occurrence_date block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#single_occurrence_date GkeBackupBackupPlan#single_occurrence_date}
- Specified by:
getSingleOccurrenceDatein interfaceGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-