Class GkeBackupBackupPlanBackupScheduleRpoConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_backup_plan.GkeBackupBackupPlanBackupScheduleRpoConfig.Jsii$Proxy
-
- All Implemented Interfaces:
GkeBackupBackupPlanBackupScheduleRpoConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeBackupBackupPlanBackupScheduleRpoConfig
@Stability(Stable) @Internal public static final class GkeBackupBackupPlanBackupScheduleRpoConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeBackupBackupPlanBackupScheduleRpoConfig
An implementation forGkeBackupBackupPlanBackupScheduleRpoConfig
-
-
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.GkeBackupBackupPlanBackupScheduleRpoConfig
GkeBackupBackupPlanBackupScheduleRpoConfig.Builder, GkeBackupBackupPlanBackupScheduleRpoConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeBackupBackupPlanBackupScheduleRpoConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeBackupBackupPlanBackupScheduleRpoConfig.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)ObjectgetExclusionWindows()exclusion_windows block.NumbergetTargetRpoMinutes()Defines the target RPO for the BackupPlan in minutes, which means the target maximum data loss in time that is acceptable for this BackupPlan.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(GkeBackupBackupPlanBackupScheduleRpoConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeBackupBackupPlanBackupScheduleRpoConfig.Builder.
-
-
Method Detail
-
getTargetRpoMinutes
public final Number getTargetRpoMinutes()
Description copied from interface:GkeBackupBackupPlanBackupScheduleRpoConfigDefines the target RPO for the BackupPlan in minutes, which means the target maximum data loss in time that is acceptable for this BackupPlan.This must be at least 60, i.e., 1 hour, and at most 86400, i.e., 60 days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#target_rpo_minutes GkeBackupBackupPlan#target_rpo_minutes}
- Specified by:
getTargetRpoMinutesin interfaceGkeBackupBackupPlanBackupScheduleRpoConfig
-
getExclusionWindows
public final Object getExclusionWindows()
Description copied from interface:GkeBackupBackupPlanBackupScheduleRpoConfigexclusion_windows block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#exclusion_windows GkeBackupBackupPlan#exclusion_windows}
- Specified by:
getExclusionWindowsin interfaceGkeBackupBackupPlanBackupScheduleRpoConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-