DetachManagedInstancesFromLifecycleStageDetails

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

Bases: object

The managed instances to detach from the lifecycle stage.

Methods

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

Attributes

managed_instance_details Gets the managed_instance_details of this DetachManagedInstancesFromLifecycleStageDetails.
__init__(**kwargs)

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

Parameters:managed_instance_details (oci.os_management_hub.models.ManagedInstancesDetails) – The value to assign to the managed_instance_details property of this DetachManagedInstancesFromLifecycleStageDetails.
managed_instance_details

Gets the managed_instance_details of this DetachManagedInstancesFromLifecycleStageDetails.

Returns:The managed_instance_details of this DetachManagedInstancesFromLifecycleStageDetails.
Return type:oci.os_management_hub.models.ManagedInstancesDetails