AwrHubSummaryCollection¶
-
class
oci.opsi.models.
AwrHubSummaryCollection
(**kwargs)¶ Bases:
object
Collection of Hub resources.
Methods
__init__
(**kwargs)Initializes a new AwrHubSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AwrHubSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new AwrHubSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.opsi.models.AwrHubSummary]) – The value to assign to the items property of this AwrHubSummaryCollection.
-
items
¶ [Required] Gets the items of this AwrHubSummaryCollection. Array of Hub summary objects.
Returns: The items of this AwrHubSummaryCollection. Return type: list[oci.opsi.models.AwrHubSummary]
-