ManagedEntityAggregation¶
-
class
oci.fleet_apps_management.models.
ManagedEntityAggregation
(**kwargs)¶ Bases:
object
Aggregated summary information for ManagedEntity
Methods
__init__
(**kwargs)Initializes a new ManagedEntityAggregation object with values from keyword arguments. Attributes
count
[Required] Gets the count of this ManagedEntityAggregation. dimensions
[Required] Gets the dimensions of this ManagedEntityAggregation. -
__init__
(**kwargs)¶ Initializes a new ManagedEntityAggregation 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 ManagedEntityAggregation.
- dimensions (oci.fleet_apps_management.models.ManagedEntityDimension) – The value to assign to the dimensions property of this ManagedEntityAggregation.
-
count
¶ [Required] Gets the count of this ManagedEntityAggregation. count of Managed Entities in a Tenancy.
Returns: The count of this ManagedEntityAggregation. Return type: int
-
dimensions
¶ [Required] Gets the dimensions of this ManagedEntityAggregation.
Returns: The dimensions of this ManagedEntityAggregation. Return type: oci.fleet_apps_management.models.ManagedEntityDimension
-