DisableDrsDetails

class oci.jms.models.DisableDrsDetails(**kwargs)

Bases: object

Details of the request to disable DRS file from 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 DisableDrsDetails object with values from keyword arguments.

Attributes

manage_drs_details Gets the manage_drs_details of this DisableDrsDetails.
__init__(**kwargs)

Initializes a new DisableDrsDetails 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 DisableDrsDetails.
manage_drs_details

Gets the manage_drs_details of this DisableDrsDetails.

Returns:The manage_drs_details of this DisableDrsDetails.
Return type:oci.jms.models.ManageDrsDetails