CalculateAuditVolumeAvailableDetails

class oci.data_safe.models.CalculateAuditVolumeAvailableDetails(**kwargs)

Bases: object

The details for calculating audit data volume on target.

Methods

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

Attributes

audit_collection_start_time Gets the audit_collection_start_time of this CalculateAuditVolumeAvailableDetails.
database_unique_name Gets the database_unique_name of this CalculateAuditVolumeAvailableDetails.
trail_locations Gets the trail_locations of this CalculateAuditVolumeAvailableDetails.
__init__(**kwargs)

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

Parameters:
  • audit_collection_start_time (datetime) – The value to assign to the audit_collection_start_time property of this CalculateAuditVolumeAvailableDetails.
  • trail_locations (list[str]) – The value to assign to the trail_locations property of this CalculateAuditVolumeAvailableDetails.
  • database_unique_name (str) – The value to assign to the database_unique_name property of this CalculateAuditVolumeAvailableDetails.
audit_collection_start_time

Gets the audit_collection_start_time of this CalculateAuditVolumeAvailableDetails. The date from which the audit trail must start collecting data in UTC, in the format defined by RFC3339. If not specified, this will default to the date based on the retention period.

Returns:The audit_collection_start_time of this CalculateAuditVolumeAvailableDetails.
Return type:datetime
database_unique_name

Gets the database_unique_name of this CalculateAuditVolumeAvailableDetails. Unique name of the database associated to the peer target database.

Returns:The database_unique_name of this CalculateAuditVolumeAvailableDetails.
Return type:str
trail_locations

Gets the trail_locations of this CalculateAuditVolumeAvailableDetails. The trail locations for which the audit data volume has to be calculated.

Returns:The trail_locations of this CalculateAuditVolumeAvailableDetails.
Return type:list[str]