PathAnalyzerTestCollection¶
- 
class oci.vn_monitoring.models.PathAnalyzerTestCollection(**kwargs)¶
- Bases: - object- The results of a ListPathAnalyzerTests call in the current compartment. - Methods - __init__(**kwargs)- Initializes a new PathAnalyzerTestCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this PathAnalyzerTestCollection. - 
__init__(**kwargs)¶
- Initializes a new PathAnalyzerTestCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.vn_monitoring.models.PathAnalyzerTestSummary]) – The value to assign to the items property of this PathAnalyzerTestCollection. 
 - 
items¶
- [Required] Gets the items of this PathAnalyzerTestCollection. A list of PathAnalyzerTestSummary items. - Returns: - The items of this PathAnalyzerTestCollection. - Return type: - list[oci.vn_monitoring.models.PathAnalyzerTestSummary] 
 
-