CalculateAuditVolumeCollectedDetails¶
-
class
oci.data_safe.models.
CalculateAuditVolumeCollectedDetails
(**kwargs)¶ Bases:
object
The details for calculating audit data volume collected by data safe.
Methods
__init__
(**kwargs)Initializes a new CalculateAuditVolumeCollectedDetails object with values from keyword arguments. Attributes
time_from_month
[Required] Gets the time_from_month of this CalculateAuditVolumeCollectedDetails. time_to_month
Gets the time_to_month of this CalculateAuditVolumeCollectedDetails. -
__init__
(**kwargs)¶ Initializes a new CalculateAuditVolumeCollectedDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_from_month (datetime) – The value to assign to the time_from_month property of this CalculateAuditVolumeCollectedDetails.
- time_to_month (datetime) – The value to assign to the time_to_month property of this CalculateAuditVolumeCollectedDetails.
-
time_from_month
¶ [Required] Gets the time_from_month of this CalculateAuditVolumeCollectedDetails. The date from which the audit volume collected by data safe has to be calculated, in the format defined by RFC3339.
Returns: The time_from_month of this CalculateAuditVolumeCollectedDetails. Return type: datetime
-
time_to_month
¶ Gets the time_to_month of this CalculateAuditVolumeCollectedDetails. The date from which the audit volume collected by data safe has to be calculated, in the format defined by RFC3339. If not specified, this will default to the current date.
Returns: The time_to_month of this CalculateAuditVolumeCollectedDetails. Return type: datetime
-