AddPackagesToSoftwareSourceDetails

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

Bases: object

Provides the list of packages to add to a software source.

Methods

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

Attributes

packages [Required] Gets the packages of this AddPackagesToSoftwareSourceDetails.
__init__(**kwargs)

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

Parameters:packages (list[str]) – The value to assign to the packages property of this AddPackagesToSoftwareSourceDetails.
packages

[Required] Gets the packages of this AddPackagesToSoftwareSourceDetails. List of packages specified by the full package name (NEVRA.rpm).

Returns:The packages of this AddPackagesToSoftwareSourceDetails.
Return type:list[str]