CreateNodeBackupConfigurationDetails¶
-
class
oci.bds.models.
CreateNodeBackupConfigurationDetails
(**kwargs)¶ Bases:
object
The information about the NodeBackupConfiguration.
Methods
__init__
(**kwargs)Initializes a new CreateNodeBackupConfigurationDetails object with values from keyword arguments. Attributes
backup_type
Gets the backup_type of this CreateNodeBackupConfigurationDetails. display_name
Gets the display_name of this CreateNodeBackupConfigurationDetails. level_type_details
[Required] Gets the level_type_details of this CreateNodeBackupConfigurationDetails. number_of_backups_to_retain
Gets the number_of_backups_to_retain of this CreateNodeBackupConfigurationDetails. schedule
[Required] Gets the schedule of this CreateNodeBackupConfigurationDetails. timezone
Gets the timezone of this CreateNodeBackupConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new CreateNodeBackupConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - level_type_details (oci.bds.models.LevelTypeDetails) – The value to assign to the level_type_details property of this CreateNodeBackupConfigurationDetails.
- display_name (str) – The value to assign to the display_name property of this CreateNodeBackupConfigurationDetails.
- timezone (str) – The value to assign to the timezone property of this CreateNodeBackupConfigurationDetails.
- schedule (str) – The value to assign to the schedule property of this CreateNodeBackupConfigurationDetails.
- number_of_backups_to_retain (int) – The value to assign to the number_of_backups_to_retain property of this CreateNodeBackupConfigurationDetails.
- backup_type (str) – The value to assign to the backup_type property of this CreateNodeBackupConfigurationDetails.
-
backup_type
¶ Gets the backup_type of this CreateNodeBackupConfigurationDetails. Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
Returns: The backup_type of this CreateNodeBackupConfigurationDetails. Return type: str
-
display_name
¶ Gets the display_name of this CreateNodeBackupConfigurationDetails. A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
Returns: The display_name of this CreateNodeBackupConfigurationDetails. Return type: str
-
level_type_details
¶ [Required] Gets the level_type_details of this CreateNodeBackupConfigurationDetails.
Returns: The level_type_details of this CreateNodeBackupConfigurationDetails. Return type: oci.bds.models.LevelTypeDetails
-
number_of_backups_to_retain
¶ Gets the number_of_backups_to_retain of this CreateNodeBackupConfigurationDetails. Number of backup copies to retain.
Returns: The number_of_backups_to_retain of this CreateNodeBackupConfigurationDetails. Return type: int
-
schedule
¶ [Required] Gets the schedule of this CreateNodeBackupConfigurationDetails. Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
Returns: The schedule of this CreateNodeBackupConfigurationDetails. Return type: str
-
timezone
¶ Gets the timezone of this CreateNodeBackupConfigurationDetails. The time zone of the execution schedule, in IANA time zone database name format
Returns: The timezone of this CreateNodeBackupConfigurationDetails. Return type: str
-