ModuleStreamProfileDetails

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

Bases: object

Updatable information for a module stream profile

Methods

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

Attributes

module_name [Required] Gets the module_name of this ModuleStreamProfileDetails.
profile_name [Required] Gets the profile_name of this ModuleStreamProfileDetails.
stream_name [Required] Gets the stream_name of this ModuleStreamProfileDetails.
__init__(**kwargs)

Initializes a new ModuleStreamProfileDetails 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 ModuleStreamProfileDetails.
  • stream_name (str) – The value to assign to the stream_name property of this ModuleStreamProfileDetails.
  • profile_name (str) – The value to assign to the profile_name property of this ModuleStreamProfileDetails.
module_name

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

Returns:The module_name of this ModuleStreamProfileDetails.
Return type:str
profile_name

[Required] Gets the profile_name of this ModuleStreamProfileDetails. The name of a profile of the specified module stream

Returns:The profile_name of this ModuleStreamProfileDetails.
Return type:str
stream_name

[Required] Gets the stream_name of this ModuleStreamProfileDetails. The name of a stream of the specified module

Returns:The stream_name of this ModuleStreamProfileDetails.
Return type:str