ModuleStreamProfileCollection

class oci.os_management_hub.models.ModuleStreamProfileCollection(**kwargs)

Bases: object

The set of module stream profiles returned for the list_module_stream_profiles() operation.

Methods

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

Attributes

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

Initializes a new ModuleStreamProfileCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.os_management_hub.models.ModuleStreamProfileSummary]) – The value to assign to the items property of this ModuleStreamProfileCollection.
items

[Required] Gets the items of this ModuleStreamProfileCollection. List of module stream profiles.

Returns:The items of this ModuleStreamProfileCollection.
Return type:list[oci.os_management_hub.models.ModuleStreamProfileSummary]