ComplianceRecordAggregation¶
-
class
oci.fleet_apps_management.models.ComplianceRecordAggregation(**kwargs)¶ Bases:
objectAggregated summary information for ComplianceRecord
Methods
__init__(**kwargs)Initializes a new ComplianceRecordAggregation object with values from keyword arguments. Attributes
count[Required] Gets the count of this ComplianceRecordAggregation. dimensions[Required] Gets the dimensions of this ComplianceRecordAggregation. -
__init__(**kwargs)¶ Initializes a new ComplianceRecordAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - count (int) – The value to assign to the count property of this ComplianceRecordAggregation.
- dimensions (oci.fleet_apps_management.models.ComplianceRecordDimension) – The value to assign to the dimensions property of this ComplianceRecordAggregation.
-
count¶ [Required] Gets the count of this ComplianceRecordAggregation. Count of compliance records in a compartment.
Returns: The count of this ComplianceRecordAggregation. Return type: int
-
dimensions¶ [Required] Gets the dimensions of this ComplianceRecordAggregation.
Returns: The dimensions of this ComplianceRecordAggregation. Return type: oci.fleet_apps_management.models.ComplianceRecordDimension
-