EnableDrsDetails¶
- 
class oci.jms.models.EnableDrsDetails(**kwargs)¶
- Bases: - object- Details of the request to enable DRS in active managed instance(s) in a Fleet. When the targets aren’t specified, then all active managed instance(s) currently in the Fleet are selected. - Methods - __init__(**kwargs)- Initializes a new EnableDrsDetails object with values from keyword arguments. - Attributes - manage_drs_details- Gets the manage_drs_details of this EnableDrsDetails. - 
__init__(**kwargs)¶
- Initializes a new EnableDrsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - manage_drs_details (oci.jms.models.ManageDrsDetails) – The value to assign to the manage_drs_details property of this EnableDrsDetails. 
 - 
manage_drs_details¶
- Gets the manage_drs_details of this EnableDrsDetails. - Returns: - The manage_drs_details of this EnableDrsDetails. - Return type: - oci.jms.models.ManageDrsDetails 
 
-