ModuleSpecDetails

class oci.os_management_hub.models.ModuleSpecDetails(**kwargs)

Bases: object

Details about a specific appstream module.

Methods

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

Attributes

name [Required] Gets the name of this ModuleSpecDetails.
profile Gets the profile of this ModuleSpecDetails.
stream Gets the stream of this ModuleSpecDetails.
__init__(**kwargs)

Initializes a new ModuleSpecDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this ModuleSpecDetails.
  • stream (str) – The value to assign to the stream property of this ModuleSpecDetails.
  • profile (str) – The value to assign to the profile property of this ModuleSpecDetails.
name

[Required] Gets the name of this ModuleSpecDetails. Name of the module.

Returns:The name of this ModuleSpecDetails.
Return type:str
profile

Gets the profile of this ModuleSpecDetails. The module profile to be used.

Returns:The profile of this ModuleSpecDetails.
Return type:str
stream

Gets the stream of this ModuleSpecDetails. The stream of the module.

Returns:The stream of this ModuleSpecDetails.
Return type:str