HostConfigurationCollection

class oci.opsi.models.HostConfigurationCollection(**kwargs)

Bases: object

Collection of host insight configuration summary objects.

Methods

__init__(**kwargs) Initializes a new HostConfigurationCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this HostConfigurationCollection.
__init__(**kwargs)

Initializes a new HostConfigurationCollection 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.HostConfigurationSummary]) – The value to assign to the items property of this HostConfigurationCollection.
items

[Required] Gets the items of this HostConfigurationCollection. Array of host insight configurations summary objects.

Returns:The items of this HostConfigurationCollection.
Return type:list[oci.opsi.models.HostConfigurationSummary]