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.
-