TargetComponentCollection¶
-
class
oci.fleet_apps_management.models.TargetComponentCollection(**kwargs)¶ Bases:
objectResults of an target component search.
Methods
__init__(**kwargs)Initializes a new TargetComponentCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this TargetComponentCollection. -
__init__(**kwargs)¶ Initializes a new TargetComponentCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.fleet_apps_management.models.TargetComponentSummary]) – The value to assign to the items property of this TargetComponentCollection.
-
items¶ [Required] Gets the items of this TargetComponentCollection. List of target components.
Returns: The items of this TargetComponentCollection. Return type: list[oci.fleet_apps_management.models.TargetComponentSummary]
-