/AWS1/CL_BUPADVANCEDBACKUPSE00¶
The backup options for each resource type.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_resourcetype
TYPE /AWS1/BUPRESOURCETYPE
/AWS1/BUPRESOURCETYPE
¶
Specifies an object containing resource type and backup options. The only supported resource type is Amazon EC2 instances with Windows Volume Shadow Copy Service (VSS). For a CloudFormation example, see the sample CloudFormation template to enable Windows VSS in the Backup User Guide.
Valid values:
EC2
.
it_backupoptions
TYPE /AWS1/CL_BUPBACKUPOPTIONS_W=>TT_BACKUPOPTIONS
TT_BACKUPOPTIONS
¶
Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs.
Valid values:
Set to
"WindowsVSS":"enabled"
to enable theWindowsVSS
backup option and create a Windows VSS backup.Set to
"WindowsVSS":"disabled"
to create a regular backup. TheWindowsVSS
option is not enabled by default.If you specify an invalid option, you get an
InvalidParameterValueException
exception.For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup.
Queryable Attributes¶
ResourceType¶
Specifies an object containing resource type and backup options. The only supported resource type is Amazon EC2 instances with Windows Volume Shadow Copy Service (VSS). For a CloudFormation example, see the sample CloudFormation template to enable Windows VSS in the Backup User Guide.
Valid values:
EC2
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
BackupOptions¶
Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs.
Valid values:
Set to
"WindowsVSS":"enabled"
to enable theWindowsVSS
backup option and create a Windows VSS backup.Set to
"WindowsVSS":"disabled"
to create a regular backup. TheWindowsVSS
option is not enabled by default.If you specify an invalid option, you get an
InvalidParameterValueException
exception.For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPOPTIONS() |
Getter for BACKUPOPTIONS, with configurable default |
ASK_BACKUPOPTIONS() |
Getter for BACKUPOPTIONS w/ exceptions if field has no value |
HAS_BACKUPOPTIONS() |
Determine if BACKUPOPTIONS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ADVANCEDBACKUPSETTINGS
¶
TYPES TT_ADVANCEDBACKUPSETTINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPADVANCEDBACKUPSE00 WITH DEFAULT KEY
.