HostInsightSummaryCollection¶
-
class
oci.opsi.models.
HostInsightSummaryCollection
(**kwargs)¶ Bases:
object
Collection of host insight summary objects.
Methods
__init__
(**kwargs)Initializes a new HostInsightSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this HostInsightSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new HostInsightSummaryCollection 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.HostInsightSummary]) – The value to assign to the items property of this HostInsightSummaryCollection.
-
items
¶ [Required] Gets the items of this HostInsightSummaryCollection. Array of host insight summary objects.
Returns: The items of this HostInsightSummaryCollection. Return type: list[oci.opsi.models.HostInsightSummary]
-