AttachManagedInstancesToLifecycleStageDetails¶
-
class
oci.os_management_hub.models.
AttachManagedInstancesToLifecycleStageDetails
(**kwargs)¶ Bases:
object
The managed instances to attach to the lifecycle stage.
Methods
__init__
(**kwargs)Initializes a new AttachManagedInstancesToLifecycleStageDetails object with values from keyword arguments. Attributes
managed_instance_details
Gets the managed_instance_details of this AttachManagedInstancesToLifecycleStageDetails. -
__init__
(**kwargs)¶ Initializes a new AttachManagedInstancesToLifecycleStageDetails 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 AttachManagedInstancesToLifecycleStageDetails.
-
managed_instance_details
¶ Gets the managed_instance_details of this AttachManagedInstancesToLifecycleStageDetails.
Returns: The managed_instance_details of this AttachManagedInstancesToLifecycleStageDetails. Return type: oci.os_management_hub.models.ManagedInstancesDetails
-