CreateConnectionAssignmentDetails

class oci.golden_gate.models.CreateConnectionAssignmentDetails(**kwargs)

Bases: object

The information about a new Connection Assignment.

Methods

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

Attributes

connection_id [Required] Gets the connection_id of this CreateConnectionAssignmentDetails.
deployment_id [Required] Gets the deployment_id of this CreateConnectionAssignmentDetails.
__init__(**kwargs)

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

Parameters:
  • connection_id (str) – The value to assign to the connection_id property of this CreateConnectionAssignmentDetails.
  • deployment_id (str) – The value to assign to the deployment_id property of this CreateConnectionAssignmentDetails.
connection_id

[Required] Gets the connection_id of this CreateConnectionAssignmentDetails. The OCID of the connection being referenced.

Returns:The connection_id of this CreateConnectionAssignmentDetails.
Return type:str
deployment_id

[Required] Gets the deployment_id of this CreateConnectionAssignmentDetails. The OCID of the deployment being referenced.

Returns:The deployment_id of this CreateConnectionAssignmentDetails.
Return type:str