ChangeDiscoveryScheduleCompartmentDetails

class oci.cloud_bridge.models.ChangeDiscoveryScheduleCompartmentDetails(**kwargs)

Bases: object

Information about the compartment into which the discovery schedule should be moved.

Methods

__init__(**kwargs) Initializes a new ChangeDiscoveryScheduleCompartmentDetails object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this ChangeDiscoveryScheduleCompartmentDetails.
__init__(**kwargs)

Initializes a new ChangeDiscoveryScheduleCompartmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:compartment_id (str) – The value to assign to the compartment_id property of this ChangeDiscoveryScheduleCompartmentDetails.
compartment_id

[Required] Gets the compartment_id of this ChangeDiscoveryScheduleCompartmentDetails. The OCID of the compartment into which the discovery schedule should be moved.

Returns:The compartment_id of this ChangeDiscoveryScheduleCompartmentDetails.
Return type:str