AttachManagedInstanceGroupToProfileDetails¶
- 
class oci.os_management_hub.models.AttachManagedInstanceGroupToProfileDetails(**kwargs)¶
- Bases: - object- Provides the information used to attach a managed instance group to a profile. - Methods - __init__(**kwargs)- Initializes a new AttachManagedInstanceGroupToProfileDetails object with values from keyword arguments. - Attributes - managed_instance_group_id- [Required] Gets the managed_instance_group_id of this AttachManagedInstanceGroupToProfileDetails. - 
__init__(**kwargs)¶
- Initializes a new AttachManagedInstanceGroupToProfileDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - managed_instance_group_id (str) – The value to assign to the managed_instance_group_id property of this AttachManagedInstanceGroupToProfileDetails. 
 - 
managed_instance_group_id¶
- [Required] Gets the managed_instance_group_id of this AttachManagedInstanceGroupToProfileDetails. The OCID of the managed instance group that the instance will be associated with. - Returns: - The managed_instance_group_id of this AttachManagedInstanceGroupToProfileDetails. - Return type: - str 
 
-