ModuleStreamProfileSummary¶
-
class
oci.os_management_hub.models.
ModuleStreamProfileSummary
(**kwargs)¶ Bases:
object
Provides the summary information for a module stream profile contained within a software source.
Methods
__init__
(**kwargs)Initializes a new ModuleStreamProfileSummary object with values from keyword arguments. Attributes
is_default
Gets the is_default of this ModuleStreamProfileSummary. module_name
[Required] Gets the module_name of this ModuleStreamProfileSummary. name
[Required] Gets the 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.
- name (str) – The value to assign to the name property of this ModuleStreamProfileSummary.
- is_default (bool) – The value to assign to the is_default property of this ModuleStreamProfileSummary.
-
is_default
¶ Gets the is_default of this ModuleStreamProfileSummary. Indicates if this profile is the default for the module stream.
Returns: The is_default of this ModuleStreamProfileSummary. Return type: bool
-
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
-
name
¶ [Required] Gets the name of this ModuleStreamProfileSummary. The name of the profile.
Returns: The 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
-