public static final class BackupPlanProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BackupPlanProps
BackupPlanProps
BackupPlanProps.Builder, BackupPlanProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBackupPlanName()
The display name of the backup plan.
|
java.util.List<BackupPlanRule> |
getBackupPlanRules()
Rules for the backup plan.
|
IBackupVault |
getBackupVault()
The backup vault where backups are stored.
|
java.lang.Boolean |
getWindowsVss()
Enable Windows VSS backup.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBackupPlanName()
BackupPlanProps
Default: - A CDK generated name
getBackupPlanName
in interface BackupPlanProps
public final java.util.List<BackupPlanRule> getBackupPlanRules()
BackupPlanProps
Use addRule()
to add rules after
instantiation.
Default: - use `addRule()` to add rules
getBackupPlanRules
in interface BackupPlanProps
public final IBackupVault getBackupVault()
BackupPlanProps
Default: - use the vault defined at the rule level. If not defined a new common vault for the plan will be created
getBackupVault
in interface BackupPlanProps
public final java.lang.Boolean getWindowsVss()
BackupPlanProps
Default: false
getWindowsVss
in interface BackupPlanProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()