AddPackagesToSoftwareSourceDetails¶
-
class
oci.os_management.models.
AddPackagesToSoftwareSourceDetails
(**kwargs)¶ Bases:
object
List of software package names
Methods
__init__
(**kwargs)Initializes a new AddPackagesToSoftwareSourceDetails object with values from keyword arguments. Attributes
package_names
[Required] Gets the package_names 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: package_names (list[str]) – The value to assign to the package_names property of this AddPackagesToSoftwareSourceDetails.
-
package_names
¶ [Required] Gets the package_names of this AddPackagesToSoftwareSourceDetails. the list of package names
Returns: The package_names of this AddPackagesToSoftwareSourceDetails. Return type: list[str]
-