DrsTarget¶
-
class
oci.jms.models.
DrsTarget
(**kwargs)¶ Bases:
object
The target to manage DRS distribution. A target is a managed instance.
Methods
__init__
(**kwargs)Initializes a new DrsTarget object with values from keyword arguments. Attributes
managed_instance_id
[Required] Gets the managed_instance_id of this DrsTarget. -
__init__
(**kwargs)¶ Initializes a new DrsTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: managed_instance_id (str) – The value to assign to the managed_instance_id property of this DrsTarget.
-
managed_instance_id
¶ [Required] Gets the managed_instance_id of this DrsTarget. OCID of the managed instance to manage DRS distribution.
Returns: The managed_instance_id of this DrsTarget. Return type: str
-