@Stability(value=Stable) @Internal public static final class BackupPlanProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BackupPlanProps
BackupPlanPropssoftware.amazon.jsii.JsiiObject.InitializationModeBackupPlanProps.Builder, BackupPlanProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(BackupPlanProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BackupPlanProps.Builder. |
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(Object o) |
String |
getBackupPlanName()
The display name of the backup plan.
|
List<BackupPlanRule> |
getBackupPlanRules()
Rules for the backup plan.
|
IBackupVault |
getBackupVault()
The backup vault where backups are stored.
|
Boolean |
getWindowsVss()
Enable Windows VSS backup.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(BackupPlanProps.Builder builder)
BackupPlanProps.Builder.public final String getBackupPlanName()
BackupPlanPropsDefault: - A CDK generated name
getBackupPlanName in interface BackupPlanPropspublic final List<BackupPlanRule> getBackupPlanRules()
BackupPlanProps
Use addRule() to add rules after
instantiation.
Default: - use `addRule()` to add rules
getBackupPlanRules in interface BackupPlanPropspublic final IBackupVault getBackupVault()
BackupPlanPropsDefault: - use the vault defined at the rule level. If not defined a new common vault for the plan will be created
getBackupVault in interface BackupPlanPropspublic final Boolean getWindowsVss()
BackupPlanPropsDefault: false
getWindowsVss in interface BackupPlanProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.