NodeBackupConfigurationSummary¶
-
class
oci.bds.models.
NodeBackupConfigurationSummary
(**kwargs)¶ Bases:
object
The information about the NodeBackupConfiguration.
Methods
__init__
(**kwargs)Initializes a new NodeBackupConfigurationSummary object with values from keyword arguments. Attributes
bds_instance_id
[Required] Gets the bds_instance_id of this NodeBackupConfigurationSummary. display_name
[Required] Gets the display_name of this NodeBackupConfigurationSummary. id
[Required] Gets the id of this NodeBackupConfigurationSummary. level_type_details
[Required] Gets the level_type_details of this NodeBackupConfigurationSummary. lifecycle_state
[Required] Gets the lifecycle_state of this NodeBackupConfigurationSummary. time_created
[Required] Gets the time_created of this NodeBackupConfigurationSummary. time_updated
[Required] Gets the time_updated of this NodeBackupConfigurationSummary. -
__init__
(**kwargs)¶ Initializes a new NodeBackupConfigurationSummary 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 NodeBackupConfigurationSummary.
- bds_instance_id (str) – The value to assign to the bds_instance_id property of this NodeBackupConfigurationSummary.
- display_name (str) – The value to assign to the display_name property of this NodeBackupConfigurationSummary.
- level_type_details (oci.bds.models.LevelTypeDetails) – The value to assign to the level_type_details property of this NodeBackupConfigurationSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this NodeBackupConfigurationSummary.
- time_created (datetime) – The value to assign to the time_created property of this NodeBackupConfigurationSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this NodeBackupConfigurationSummary.
-
bds_instance_id
¶ [Required] Gets the bds_instance_id of this NodeBackupConfigurationSummary. The OCID of the bdsInstance which is the parent resource id.
Returns: The bds_instance_id of this NodeBackupConfigurationSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this NodeBackupConfigurationSummary. 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 NodeBackupConfigurationSummary. Return type: str
-
id
¶ [Required] Gets the id of this NodeBackupConfigurationSummary. The id of the NodeBackupConfiguration.
Returns: The id of this NodeBackupConfigurationSummary. Return type: str
-
level_type_details
¶ [Required] Gets the level_type_details of this NodeBackupConfigurationSummary.
Returns: The level_type_details of this NodeBackupConfigurationSummary. Return type: oci.bds.models.LevelTypeDetails
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this NodeBackupConfigurationSummary. The state of the NodeBackupConfiguration.
Returns: The lifecycle_state of this NodeBackupConfigurationSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this NodeBackupConfigurationSummary. The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
Returns: The time_created of this NodeBackupConfigurationSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this NodeBackupConfigurationSummary. The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
Returns: The time_updated of this NodeBackupConfigurationSummary. Return type: datetime
-