ConfigurationAggregation¶
-
class
oci.usage_api.models.
ConfigurationAggregation
(**kwargs)¶ Bases:
object
The available configurations.
Methods
__init__
(**kwargs)Initializes a new ConfigurationAggregation object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ConfigurationAggregation. -
__init__
(**kwargs)¶ Initializes a new ConfigurationAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.usage_api.models.Configuration]) – The value to assign to the items property of this ConfigurationAggregation.
-
items
¶ [Required] Gets the items of this ConfigurationAggregation. The list of available configurations.
Returns: The items of this ConfigurationAggregation. Return type: list[oci.usage_api.models.Configuration]
-