ModuleStreamDetails¶
-
class
oci.os_management.models.
ModuleStreamDetails
(**kwargs)¶ Bases:
object
Updatable information for a module stream
Methods
__init__
(**kwargs)Initializes a new ModuleStreamDetails object with values from keyword arguments. Attributes
module_name
[Required] Gets the module_name of this ModuleStreamDetails. stream_name
[Required] Gets the stream_name of this ModuleStreamDetails. -
__init__
(**kwargs)¶ Initializes a new ModuleStreamDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - module_name (str) – The value to assign to the module_name property of this ModuleStreamDetails.
- stream_name (str) – The value to assign to the stream_name property of this ModuleStreamDetails.
-
module_name
¶ [Required] Gets the module_name of this ModuleStreamDetails. The name of a module
Returns: The module_name of this ModuleStreamDetails. Return type: str
-
stream_name
¶ [Required] Gets the stream_name of this ModuleStreamDetails. The name of a stream of the specified module
Returns: The stream_name of this ModuleStreamDetails. Return type: str
-