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