DetachManagedInstancesFromManagedInstanceGroupDetails

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

Bases: object

Provides the information used to detach managed instances from a group.

Methods

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

Attributes

managed_instances [Required] Gets the managed_instances of this DetachManagedInstancesFromManagedInstanceGroupDetails.
__init__(**kwargs)

Initializes a new DetachManagedInstancesFromManagedInstanceGroupDetails 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 DetachManagedInstancesFromManagedInstanceGroupDetails.
managed_instances

[Required] Gets the managed_instances of this DetachManagedInstancesFromManagedInstanceGroupDetails. List of managed instance OCIDs to detach from the group.

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