InstallPackagesOnManagedInstanceGroupDetails

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

Bases: object

The names of the packages to be installed on the managed instance group.

Methods

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

Attributes

package_names [Required] Gets the package_names of this InstallPackagesOnManagedInstanceGroupDetails.
work_request_details Gets the work_request_details of this InstallPackagesOnManagedInstanceGroupDetails.
__init__(**kwargs)

Initializes a new InstallPackagesOnManagedInstanceGroupDetails 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 InstallPackagesOnManagedInstanceGroupDetails.
  • work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this InstallPackagesOnManagedInstanceGroupDetails.
package_names

[Required] Gets the package_names of this InstallPackagesOnManagedInstanceGroupDetails. The list of package names.

Returns:The package_names of this InstallPackagesOnManagedInstanceGroupDetails.
Return type:list[str]
work_request_details

Gets the work_request_details of this InstallPackagesOnManagedInstanceGroupDetails.

Returns:The work_request_details of this InstallPackagesOnManagedInstanceGroupDetails.
Return type:oci.os_management_hub.models.WorkRequestDetails