UpdateModuleDetails

class oci.os_management.models.UpdateModuleDetails(**kwargs)

Bases: object

A description of a module and its stream

Methods

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

Attributes

module_name [Required] Gets the module_name of this UpdateModuleDetails.
streams Gets the streams of this UpdateModuleDetails.
__init__(**kwargs)

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

Parameters:
module_name

[Required] Gets the module_name of this UpdateModuleDetails. The name of a module

Returns:The module_name of this UpdateModuleDetails.
Return type:str
streams

Gets the streams of this UpdateModuleDetails. The streams of the module

Returns:The streams of this UpdateModuleDetails.
Return type:list[oci.os_management.models.UpdateModuleStreamDetails]