DbnodeSnapshotSummary

class oci.database.models.DbnodeSnapshotSummary(**kwargs)

Bases: object

Details of the Exadata Database Node Snapshot.

Methods

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

Attributes

cluster_id Gets the cluster_id of this DbnodeSnapshotSummary.
compartment_id Gets the compartment_id of this DbnodeSnapshotSummary.
defined_tags Gets the defined_tags of this DbnodeSnapshotSummary.
freeform_tags Gets the freeform_tags of this DbnodeSnapshotSummary.
id [Required] Gets the id of this DbnodeSnapshotSummary.
lifecycle_details Gets the lifecycle_details of this DbnodeSnapshotSummary.
lifecycle_state Gets the lifecycle_state of this DbnodeSnapshotSummary.
mount_points Gets the mount_points of this DbnodeSnapshotSummary.
name [Required] Gets the name of this DbnodeSnapshotSummary.
source_dbnode_id [Required] Gets the source_dbnode_id of this DbnodeSnapshotSummary.
system_tags Gets the system_tags of this DbnodeSnapshotSummary.
time_created Gets the time_created of this DbnodeSnapshotSummary.
volumes Gets the volumes of this DbnodeSnapshotSummary.
__init__(**kwargs)

Initializes a new DbnodeSnapshotSummary 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 DbnodeSnapshotSummary.
  • source_dbnode_id (str) – The value to assign to the source_dbnode_id property of this DbnodeSnapshotSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this DbnodeSnapshotSummary.
  • name (str) – The value to assign to the name property of this DbnodeSnapshotSummary.
  • time_created (datetime) – The value to assign to the time_created property of this DbnodeSnapshotSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this DbnodeSnapshotSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DbnodeSnapshotSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DbnodeSnapshotSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this DbnodeSnapshotSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this DbnodeSnapshotSummary.
  • cluster_id (str) – The value to assign to the cluster_id property of this DbnodeSnapshotSummary.
  • mount_points (list[oci.database.models.MountPointDetails]) – The value to assign to the mount_points property of this DbnodeSnapshotSummary.
  • volumes (list[oci.database.models.VolumeDetails]) – The value to assign to the volumes property of this DbnodeSnapshotSummary.
cluster_id

Gets the cluster_id of this DbnodeSnapshotSummary. The OCID of the VM cluster.

Returns:The cluster_id of this DbnodeSnapshotSummary.
Return type:str
compartment_id

Gets the compartment_id of this DbnodeSnapshotSummary. The OCID of the compartment.

Returns:The compartment_id of this DbnodeSnapshotSummary.
Return type:str
defined_tags

Gets the defined_tags of this DbnodeSnapshotSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The defined_tags of this DbnodeSnapshotSummary.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this DbnodeSnapshotSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this DbnodeSnapshotSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this DbnodeSnapshotSummary. The OCID of the Exadata Database Node Snapshot.

Returns:The id of this DbnodeSnapshotSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this DbnodeSnapshotSummary. Additional information about the current lifecycle state of the Exadata Database Node Snapshot.

Returns:The lifecycle_details of this DbnodeSnapshotSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this DbnodeSnapshotSummary. The current state of the Exadata Database Storage Vault.

Returns:The lifecycle_state of this DbnodeSnapshotSummary.
Return type:str
mount_points

Gets the mount_points of this DbnodeSnapshotSummary. Details of the mount points

Returns:The mount_points of this DbnodeSnapshotSummary.
Return type:list[oci.database.models.MountPointDetails]
name

[Required] Gets the name of this DbnodeSnapshotSummary. The user-friendly name for the Database Node Snapshot. The name should be unique.

Returns:The name of this DbnodeSnapshotSummary.
Return type:str
source_dbnode_id

[Required] Gets the source_dbnode_id of this DbnodeSnapshotSummary. The OCID of the Exadata Database Node.

Returns:The source_dbnode_id of this DbnodeSnapshotSummary.
Return type:str
system_tags

Gets the system_tags of this DbnodeSnapshotSummary. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The system_tags of this DbnodeSnapshotSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this DbnodeSnapshotSummary. The date and time that the Exadata Database Node Snapshot was created.

Returns:The time_created of this DbnodeSnapshotSummary.
Return type:datetime
volumes

Gets the volumes of this DbnodeSnapshotSummary. Details of the volumes

Returns:The volumes of this DbnodeSnapshotSummary.
Return type:list[oci.database.models.VolumeDetails]