Class GkeBackupBackupPlanBackupSchedule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_backup_plan.GkeBackupBackupPlanBackupSchedule.Jsii$Proxy
-
- All Implemented Interfaces:
GkeBackupBackupPlanBackupSchedule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeBackupBackupPlanBackupSchedule
@Stability(Stable) @Internal public static final class GkeBackupBackupPlanBackupSchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeBackupBackupPlanBackupSchedule
An implementation forGkeBackupBackupPlanBackupSchedule
-
-
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.GkeBackupBackupPlanBackupSchedule
GkeBackupBackupPlanBackupSchedule.Builder, GkeBackupBackupPlanBackupSchedule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeBackupBackupPlanBackupSchedule.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeBackupBackupPlanBackupSchedule.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)StringgetCronSchedule()A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan.ObjectgetPaused()This flag denotes whether automatic Backup creation is paused for this BackupPlan.GkeBackupBackupPlanBackupScheduleRpoConfiggetRpoConfig()rpo_config 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(GkeBackupBackupPlanBackupSchedule.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeBackupBackupPlanBackupSchedule.Builder.
-
-
Method Detail
-
getCronSchedule
public final String getCronSchedule()
Description copied from interface:GkeBackupBackupPlanBackupScheduleA standard cron string that defines a repeating schedule for creating Backups via this BackupPlan.This is mutually exclusive with the rpoConfig field since at most one schedule can be defined for a BackupPlan. If this is defined, then backupRetainDays must also be defined. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#cron_schedule GkeBackupBackupPlan#cron_schedule}
- Specified by:
getCronSchedulein interfaceGkeBackupBackupPlanBackupSchedule
-
getPaused
public final Object getPaused()
Description copied from interface:GkeBackupBackupPlanBackupScheduleThis flag denotes whether automatic Backup creation is paused for this BackupPlan.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#paused GkeBackupBackupPlan#paused}
- Specified by:
getPausedin interfaceGkeBackupBackupPlanBackupSchedule
-
getRpoConfig
public final GkeBackupBackupPlanBackupScheduleRpoConfig getRpoConfig()
Description copied from interface:GkeBackupBackupPlanBackupSchedulerpo_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#rpo_config GkeBackupBackupPlan#rpo_config}
- Specified by:
getRpoConfigin interfaceGkeBackupBackupPlanBackupSchedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-