ManageDrsDetails¶
-
class
oci.jms.models.
ManageDrsDetails
(**kwargs)¶ Bases:
object
Details of the request to manage 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 ManageDrsDetails object with values from keyword arguments. Attributes
targets
Gets the targets of this ManageDrsDetails. -
__init__
(**kwargs)¶ Initializes a new ManageDrsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: targets (list[oci.jms.models.DrsTarget]) – The value to assign to the targets property of this ManageDrsDetails.
-
targets
¶ Gets the targets of this ManageDrsDetails. The targets to manage DRS.
Returns: The targets of this ManageDrsDetails. Return type: list[oci.jms.models.DrsTarget]
-