DbnodeSnapshots¶
-
class
oci.database.models.DbnodeSnapshots(**kwargs)¶ Bases:
objectDetails of the Database Node Snapshot.
Methods
__init__(**kwargs)Initializes a new DbnodeSnapshots object with values from keyword arguments. Attributes
name[Required] Gets the name of this DbnodeSnapshots. snapshotsGets the snapshots of this DbnodeSnapshots. -
__init__(**kwargs)¶ Initializes a new DbnodeSnapshots object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this DbnodeSnapshots.
- snapshots (list[oci.database.models.DbnodeSnapshot]) – The value to assign to the snapshots property of this DbnodeSnapshots.
-
name¶ [Required] Gets the name of this DbnodeSnapshots. The user-friendly name for the Database Node Snapshot. The name should be unique.
Returns: The name of this DbnodeSnapshots. Return type: str
-
snapshots¶ Gets the snapshots of this DbnodeSnapshots. The OCID of the Exadata Database Node.
Returns: The snapshots of this DbnodeSnapshots. Return type: list[oci.database.models.DbnodeSnapshot]
-