SnapshotDetails

class oci.database_management.models.SnapshotDetails(**kwargs)

Bases: object

The details of the newly generated AWR snapshot.

Methods

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

Attributes

snapshot_id [Required] Gets the snapshot_id of this SnapshotDetails.
__init__(**kwargs)

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

Parameters:snapshot_id (int) – The value to assign to the snapshot_id property of this SnapshotDetails.
snapshot_id

[Required] Gets the snapshot_id of this SnapshotDetails. The ID of the beginning AWR snapshot.

Returns:The snapshot_id of this SnapshotDetails.
Return type:int