ReplacePackagesInSoftwareSourceDetails¶
- 
class oci.os_management_hub.models.ReplacePackagesInSoftwareSourceDetails(**kwargs)¶
- Bases: - object- Provides a list of packages that will replace the existing packages in the software source. - Methods - __init__(**kwargs)- Initializes a new ReplacePackagesInSoftwareSourceDetails object with values from keyword arguments. - Attributes - packages- [Required] Gets the packages of this ReplacePackagesInSoftwareSourceDetails. - 
__init__(**kwargs)¶
- Initializes a new ReplacePackagesInSoftwareSourceDetails 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 ReplacePackagesInSoftwareSourceDetails. 
 - 
packages¶
- [Required] Gets the packages of this ReplacePackagesInSoftwareSourceDetails. List of packages specified by the name of the package (N) or the full package name (NVRA or NEVRA). - Returns: - The packages of this ReplacePackagesInSoftwareSourceDetails. - Return type: - list[str] 
 
-