ChangeOdaPrivateEndpointCompartmentDetails

class oci.oda.models.ChangeOdaPrivateEndpointCompartmentDetails(**kwargs)

Bases: object

Properties required to move an ODA Private Endpoint from one compartment to another.

Methods

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

Attributes

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

Initializes a new ChangeOdaPrivateEndpointCompartmentDetails 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 ChangeOdaPrivateEndpointCompartmentDetails.
compartment_id

[Required] Gets the compartment_id of this ChangeOdaPrivateEndpointCompartmentDetails. The OCID of the compartment that the ODA private endpoint belongs to.

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