NodeBackupSummary

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

Bases: object

The information about the nodeBackupSummary.

Methods

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

Attributes

backup_trigger_type [Required] Gets the backup_trigger_type of this NodeBackupSummary.
backup_type [Required] Gets the backup_type of this NodeBackupSummary.
display_name [Required] Gets the display_name of this NodeBackupSummary.
id [Required] Gets the id of this NodeBackupSummary.
lifecycle_state [Required] Gets the lifecycle_state of this NodeBackupSummary.
node_host_name [Required] Gets the node_host_name of this NodeBackupSummary.
node_instance_id [Required] Gets the node_instance_id of this NodeBackupSummary.
time_created [Required] Gets the time_created of this NodeBackupSummary.
__init__(**kwargs)

Initializes a new NodeBackupSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this NodeBackupSummary.
  • display_name (str) – The value to assign to the display_name property of this NodeBackupSummary.
  • node_instance_id (str) – The value to assign to the node_instance_id property of this NodeBackupSummary.
  • node_host_name (str) – The value to assign to the node_host_name property of this NodeBackupSummary.
  • backup_trigger_type (str) – The value to assign to the backup_trigger_type property of this NodeBackupSummary.
  • backup_type (str) – The value to assign to the backup_type property of this NodeBackupSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this NodeBackupSummary.
  • time_created (datetime) – The value to assign to the time_created property of this NodeBackupSummary.
backup_trigger_type

[Required] Gets the backup_trigger_type of this NodeBackupSummary. type based on how backup action was initiated.

Returns:The backup_trigger_type of this NodeBackupSummary.
Return type:str
backup_type

[Required] Gets the backup_type of this NodeBackupSummary. 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 NodeBackupSummary.
Return type:str
display_name

[Required] Gets the display_name of this NodeBackupSummary. BDS generated name for the backup. Format is nodeHostName_timeCreated.

Returns:The display_name of this NodeBackupSummary.
Return type:str
id

[Required] Gets the id of this NodeBackupSummary. The id of the node backup.

Returns:The id of this NodeBackupSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this NodeBackupSummary. The state of NodeBackup.

Returns:The lifecycle_state of this NodeBackupSummary.
Return type:str
node_host_name

[Required] Gets the node_host_name of this NodeBackupSummary. Host name of the node that the backup belongs to.

Returns:The node_host_name of this NodeBackupSummary.
Return type:str
node_instance_id

[Required] Gets the node_instance_id of this NodeBackupSummary. The instance OCID of the node, which is the resource from which the node backup was acquired.

Returns:The node_instance_id of this NodeBackupSummary.
Return type:str
time_created

[Required] Gets the time_created of this NodeBackupSummary. The time the cluster was created, shown as an RFC 3339 formatted datetime string.

Returns:The time_created of this NodeBackupSummary.
Return type:datetime