UpdateModuleStreamStateDetails¶
-
class
oci.os_management.models.
UpdateModuleStreamStateDetails
(**kwargs)¶ Bases:
object
A complete description of the state of modules on a managed instance
Methods
__init__
(**kwargs)Initializes a new UpdateModuleStreamStateDetails object with values from keyword arguments. Attributes
modules
Gets the modules of this UpdateModuleStreamStateDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateModuleStreamStateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: modules (list[oci.os_management.models.UpdateModuleDetails]) – The value to assign to the modules property of this UpdateModuleStreamStateDetails.
-
modules
¶ Gets the modules of this UpdateModuleStreamStateDetails. The modules known to a managed instance
Returns: The modules of this UpdateModuleStreamStateDetails. Return type: list[oci.os_management.models.UpdateModuleDetails]
-