InstallPackagesOnDynamicSetDetails

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

Bases: object

Provides the information used to install software packages on a dynamic set.

Methods

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

Attributes

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

Initializes a new InstallPackagesOnDynamicSetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • managed_instances (list[str]) – The value to assign to the managed_instances property of this InstallPackagesOnDynamicSetDetails.
  • package_names (list[str]) – The value to assign to the package_names property of this InstallPackagesOnDynamicSetDetails.
  • work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this InstallPackagesOnDynamicSetDetails.
managed_instances

Gets the managed_instances of this InstallPackagesOnDynamicSetDetails. The list of managed instance OCIDs to be attached/detached.

Returns:The managed_instances of this InstallPackagesOnDynamicSetDetails.
Return type:list[str]
package_names

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

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

Gets the work_request_details of this InstallPackagesOnDynamicSetDetails.

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