SoftwarePackagesDetails¶
-
class
oci.os_management_hub.models.
SoftwarePackagesDetails
(**kwargs)¶ Bases:
object
Provides the information used to install, remove, or update software packages.
Methods
__init__
(**kwargs)Initializes a new SoftwarePackagesDetails object with values from keyword arguments. Attributes
package_names
[Required] Gets the package_names of this SoftwarePackagesDetails. work_request_details
Gets the work_request_details of this SoftwarePackagesDetails. -
__init__
(**kwargs)¶ Initializes a new SoftwarePackagesDetails 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 SoftwarePackagesDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this SoftwarePackagesDetails.
-
package_names
¶ [Required] Gets the package_names of this SoftwarePackagesDetails. The list of package names.
Returns: The package_names of this SoftwarePackagesDetails. Return type: list[str]
-
work_request_details
¶ Gets the work_request_details of this SoftwarePackagesDetails.
Returns: The work_request_details of this SoftwarePackagesDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-