ApplicationDependencyRecommendationCollection¶
-
class
oci.adm.models.
ApplicationDependencyRecommendationCollection
(**kwargs)¶ Bases:
object
A collection of recommended application dependency changes. Each element consists of an application dependency and its recommendation.
Methods
__init__
(**kwargs)Initializes a new ApplicationDependencyRecommendationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ApplicationDependencyRecommendationCollection. -
__init__
(**kwargs)¶ Initializes a new ApplicationDependencyRecommendationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.adm.models.ApplicationDependencyRecommendationSummary]) – The value to assign to the items property of this ApplicationDependencyRecommendationCollection.
-
items
¶ [Required] Gets the items of this ApplicationDependencyRecommendationCollection. List of application recommendation summaries.
Returns: The items of this ApplicationDependencyRecommendationCollection. Return type: list[oci.adm.models.ApplicationDependencyRecommendationSummary]
-