PluggableDatabaseSnapshotSummary¶
-
class
oci.database.models.
PluggableDatabaseSnapshotSummary
(**kwargs)¶ Bases:
object
Details of the Exadata Pluggable Database Snapshot.
Methods
__init__
(**kwargs)Initializes a new PluggableDatabaseSnapshotSummary object with values from keyword arguments. Attributes
cluster_id
Gets the cluster_id of this PluggableDatabaseSnapshotSummary. compartment_id
Gets the compartment_id of this PluggableDatabaseSnapshotSummary. defined_tags
Gets the defined_tags of this PluggableDatabaseSnapshotSummary. freeform_tags
Gets the freeform_tags of this PluggableDatabaseSnapshotSummary. id
[Required] Gets the id of this PluggableDatabaseSnapshotSummary. lifecycle_details
Gets the lifecycle_details of this PluggableDatabaseSnapshotSummary. lifecycle_state
Gets the lifecycle_state of this PluggableDatabaseSnapshotSummary. name
[Required] Gets the name of this PluggableDatabaseSnapshotSummary. pluggable_database_id
[Required] Gets the pluggable_database_id of this PluggableDatabaseSnapshotSummary. system_tags
Gets the system_tags of this PluggableDatabaseSnapshotSummary. time_created
Gets the time_created of this PluggableDatabaseSnapshotSummary. -
__init__
(**kwargs)¶ Initializes a new PluggableDatabaseSnapshotSummary 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 PluggableDatabaseSnapshotSummary.
- pluggable_database_id (str) – The value to assign to the pluggable_database_id property of this PluggableDatabaseSnapshotSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this PluggableDatabaseSnapshotSummary.
- name (str) – The value to assign to the name property of this PluggableDatabaseSnapshotSummary.
- time_created (datetime) – The value to assign to the time_created property of this PluggableDatabaseSnapshotSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this PluggableDatabaseSnapshotSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this PluggableDatabaseSnapshotSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this PluggableDatabaseSnapshotSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this PluggableDatabaseSnapshotSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this PluggableDatabaseSnapshotSummary.
- cluster_id (str) – The value to assign to the cluster_id property of this PluggableDatabaseSnapshotSummary.
-
cluster_id
¶ Gets the cluster_id of this PluggableDatabaseSnapshotSummary. The OCID of the VM cluster.
Returns: The cluster_id of this PluggableDatabaseSnapshotSummary. Return type: str
-
compartment_id
¶ Gets the compartment_id of this PluggableDatabaseSnapshotSummary. The OCID of the compartment.
Returns: The compartment_id of this PluggableDatabaseSnapshotSummary. Return type: str
Gets the defined_tags of this PluggableDatabaseSnapshotSummary. 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 PluggableDatabaseSnapshotSummary. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this PluggableDatabaseSnapshotSummary. 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 PluggableDatabaseSnapshotSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this PluggableDatabaseSnapshotSummary. The OCID of the Exadata Pluggable Database Snapshot.
Returns: The id of this PluggableDatabaseSnapshotSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this PluggableDatabaseSnapshotSummary. Additional information about the current lifecycle state of the Exadata Pluggable Database Snapshot.
Returns: The lifecycle_details of this PluggableDatabaseSnapshotSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this PluggableDatabaseSnapshotSummary. The current state of the Exadata Pluggable Database Snapshot.
Returns: The lifecycle_state of this PluggableDatabaseSnapshotSummary. Return type: str
-
name
¶ [Required] Gets the name of this PluggableDatabaseSnapshotSummary. The user-friendly name for the Database Snapshot. The name should be unique.
Returns: The name of this PluggableDatabaseSnapshotSummary. Return type: str
-
pluggable_database_id
¶ [Required] Gets the pluggable_database_id of this PluggableDatabaseSnapshotSummary. The OCID of the Exadata Pluggable Database.
Returns: The pluggable_database_id of this PluggableDatabaseSnapshotSummary. Return type: str
Gets the system_tags of this PluggableDatabaseSnapshotSummary. 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 PluggableDatabaseSnapshotSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ Gets the time_created of this PluggableDatabaseSnapshotSummary. The date and time that the Exadata Pluggable Database Snapshot was created, as expressed in RFC 3339 format. For example: 2023-06-27T21:10:29Z
Returns: The time_created of this PluggableDatabaseSnapshotSummary. Return type: datetime
-