BackupNodeDetails

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

Bases: object

The information about the nodes to backup.

Methods

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

Attributes

backup_type Gets the backup_type of this BackupNodeDetails.
level_type_details [Required] Gets the level_type_details of this BackupNodeDetails.
__init__(**kwargs)

Initializes a new BackupNodeDetails 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 BackupNodeDetails.
  • backup_type (str) – The value to assign to the backup_type property of this BackupNodeDetails.
backup_type

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

[Required] Gets the level_type_details of this BackupNodeDetails.

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