ModuleStreamProfileSummary¶
-
class
oci.os_management.models.
ModuleStreamProfileSummary
(**kwargs)¶ Bases:
object
Summary information pertaining to a module stream profile provided by a software source
Methods
__init__
(**kwargs)Initializes a new ModuleStreamProfileSummary object with values from keyword arguments. Attributes
module_name
[Required] Gets the module_name of this ModuleStreamProfileSummary. profile_name
[Required] Gets the profile_name of this ModuleStreamProfileSummary. stream_name
[Required] Gets the stream_name of this ModuleStreamProfileSummary. -
__init__
(**kwargs)¶ Initializes a new ModuleStreamProfileSummary 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 ModuleStreamProfileSummary.
- stream_name (str) – The value to assign to the stream_name property of this ModuleStreamProfileSummary.
- profile_name (str) – The value to assign to the profile_name property of this ModuleStreamProfileSummary.
-
module_name
¶ [Required] Gets the module_name of this ModuleStreamProfileSummary. The name of the module that contains the stream profile
Returns: The module_name of this ModuleStreamProfileSummary. Return type: str
-
profile_name
¶ [Required] Gets the profile_name of this ModuleStreamProfileSummary. The name of the profile
Returns: The profile_name of this ModuleStreamProfileSummary. Return type: str
-
stream_name
¶ [Required] Gets the stream_name of this ModuleStreamProfileSummary. The name of the stream that contains the profile
Returns: The stream_name of this ModuleStreamProfileSummary. Return type: str
-