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