AttachManagedInstancesToManagedInstanceGroupDetails¶
- 
class oci.os_management_hub.models.AttachManagedInstancesToManagedInstanceGroupDetails(**kwargs)¶
- Bases: - object- Provides the information used to attach managed instances to a group. - Methods - __init__(**kwargs)- Initializes a new AttachManagedInstancesToManagedInstanceGroupDetails object with values from keyword arguments. - Attributes - managed_instances- [Required] Gets the managed_instances of this AttachManagedInstancesToManagedInstanceGroupDetails. - work_request_details- Gets the work_request_details of this AttachManagedInstancesToManagedInstanceGroupDetails. - 
__init__(**kwargs)¶
- Initializes a new AttachManagedInstancesToManagedInstanceGroupDetails 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 AttachManagedInstancesToManagedInstanceGroupDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this AttachManagedInstancesToManagedInstanceGroupDetails.
 
 - 
managed_instances¶
- [Required] Gets the managed_instances of this AttachManagedInstancesToManagedInstanceGroupDetails. List of managed instance OCIDs to attach to the group. - Returns: - The managed_instances of this AttachManagedInstancesToManagedInstanceGroupDetails. - Return type: - list[str] 
 - 
work_request_details¶
- Gets the work_request_details of this AttachManagedInstancesToManagedInstanceGroupDetails. - Returns: - The work_request_details of this AttachManagedInstancesToManagedInstanceGroupDetails. - Return type: - oci.os_management_hub.models.WorkRequestDetails 
 
-