UpdateNodeBackupConfigurationDetails

class oci.bds.models.UpdateNodeBackupConfigurationDetails(**kwargs)

Bases: object

The information about the NodeBackupConfiguration that is being updated.

Methods

__init__(**kwargs) Initializes a new UpdateNodeBackupConfigurationDetails object with values from keyword arguments.

Attributes

backup_type Gets the backup_type of this UpdateNodeBackupConfigurationDetails.
display_name Gets the display_name of this UpdateNodeBackupConfigurationDetails.
level_type_details Gets the level_type_details of this UpdateNodeBackupConfigurationDetails.
number_of_backups_to_retain Gets the number_of_backups_to_retain of this UpdateNodeBackupConfigurationDetails.
schedule Gets the schedule of this UpdateNodeBackupConfigurationDetails.
timezone Gets the timezone of this UpdateNodeBackupConfigurationDetails.
__init__(**kwargs)

Initializes a new UpdateNodeBackupConfigurationDetails 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 UpdateNodeBackupConfigurationDetails.
  • display_name (str) – The value to assign to the display_name property of this UpdateNodeBackupConfigurationDetails.
  • timezone (str) – The value to assign to the timezone property of this UpdateNodeBackupConfigurationDetails.
  • schedule (str) – The value to assign to the schedule property of this UpdateNodeBackupConfigurationDetails.
  • number_of_backups_to_retain (int) – The value to assign to the number_of_backups_to_retain property of this UpdateNodeBackupConfigurationDetails.
  • backup_type (str) – The value to assign to the backup_type property of this UpdateNodeBackupConfigurationDetails.
backup_type

Gets the backup_type of this UpdateNodeBackupConfigurationDetails. 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 UpdateNodeBackupConfigurationDetails.
Return type:str
display_name

Gets the display_name of this UpdateNodeBackupConfigurationDetails. 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 UpdateNodeBackupConfigurationDetails.
Return type:str
level_type_details

Gets the level_type_details of this UpdateNodeBackupConfigurationDetails.

Returns:The level_type_details of this UpdateNodeBackupConfigurationDetails.
Return type:oci.bds.models.LevelTypeDetails
number_of_backups_to_retain

Gets the number_of_backups_to_retain of this UpdateNodeBackupConfigurationDetails. Number of backup copies to retain.

Returns:The number_of_backups_to_retain of this UpdateNodeBackupConfigurationDetails.
Return type:int
schedule

Gets the schedule of this UpdateNodeBackupConfigurationDetails. 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 UpdateNodeBackupConfigurationDetails.
Return type:str
timezone

Gets the timezone of this UpdateNodeBackupConfigurationDetails. The time zone of the execution schedule, in IANA time zone database name format

Returns:The timezone of this UpdateNodeBackupConfigurationDetails.
Return type:str