TargetOverrideCollection¶
-
class
oci.data_safe.models.
TargetOverrideCollection
(**kwargs)¶ Bases:
object
Collection of target override summary.
Methods
__init__
(**kwargs)Initializes a new TargetOverrideCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TargetOverrideCollection. targets_conforming_count
[Required] Gets the targets_conforming_count of this TargetOverrideCollection. targets_count
[Required] Gets the targets_count of this TargetOverrideCollection. targets_overriding_count
[Required] Gets the targets_overriding_count of this TargetOverrideCollection. targets_overriding_offline_months_count
[Required] Gets the targets_overriding_offline_months_count of this TargetOverrideCollection. targets_overriding_online_months_count
[Required] Gets the targets_overriding_online_months_count of this TargetOverrideCollection. targets_overriding_paid_usage_count
[Required] Gets the targets_overriding_paid_usage_count of this TargetOverrideCollection. -
__init__
(**kwargs)¶ Initializes a new TargetOverrideCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - targets_count (int) – The value to assign to the targets_count property of this TargetOverrideCollection.
- targets_overriding_count (int) – The value to assign to the targets_overriding_count property of this TargetOverrideCollection.
- targets_conforming_count (int) – The value to assign to the targets_conforming_count property of this TargetOverrideCollection.
- targets_overriding_paid_usage_count (int) – The value to assign to the targets_overriding_paid_usage_count property of this TargetOverrideCollection.
- targets_overriding_online_months_count (int) – The value to assign to the targets_overriding_online_months_count property of this TargetOverrideCollection.
- targets_overriding_offline_months_count (int) – The value to assign to the targets_overriding_offline_months_count property of this TargetOverrideCollection.
- items (list[oci.data_safe.models.TargetOverrideSummary]) – The value to assign to the items property of this TargetOverrideCollection.
-
items
¶ [Required] Gets the items of this TargetOverrideCollection. Array of target database override summary.
Returns: The items of this TargetOverrideCollection. Return type: list[oci.data_safe.models.TargetOverrideSummary]
-
targets_conforming_count
¶ [Required] Gets the targets_conforming_count of this TargetOverrideCollection. Number of target databases within the target database group that conform with the audit profile of the target database group.
Returns: The targets_conforming_count of this TargetOverrideCollection. Return type: int
-
targets_count
¶ [Required] Gets the targets_count of this TargetOverrideCollection. Number of target databases within the target database group.
Returns: The targets_count of this TargetOverrideCollection. Return type: int
-
targets_overriding_count
¶ [Required] Gets the targets_overriding_count of this TargetOverrideCollection. Number of target databases within the target database group that override the audit profile of the target database group.
Returns: The targets_overriding_count of this TargetOverrideCollection. Return type: int
-
targets_overriding_offline_months_count
¶ [Required] Gets the targets_overriding_offline_months_count of this TargetOverrideCollection. Number of target databases within the group that override the offline retention setting of the audit profile for the target database group.
Returns: The targets_overriding_offline_months_count of this TargetOverrideCollection. Return type: int
-
targets_overriding_online_months_count
¶ [Required] Gets the targets_overriding_online_months_count of this TargetOverrideCollection. Number of target databases within the group that override the online retention setting of the audit profile for the target database group.
Returns: The targets_overriding_online_months_count of this TargetOverrideCollection. Return type: int
-
targets_overriding_paid_usage_count
¶ [Required] Gets the targets_overriding_paid_usage_count of this TargetOverrideCollection. Number of target databases within the group that override the paid usage setting of the audit profile for the target database group.
Returns: The targets_overriding_paid_usage_count of this TargetOverrideCollection. Return type: int
-