ConnectionProperty

class oci.data_integration.models.ConnectionProperty(**kwargs)

Bases: object

The connection name/value pair.

Methods

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

Attributes

name Gets the name of this ConnectionProperty.
value Gets the value of this ConnectionProperty.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this ConnectionProperty.
  • value (str) – The value to assign to the value property of this ConnectionProperty.
name

Gets the name of this ConnectionProperty. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

Returns:The name of this ConnectionProperty.
Return type:str
value

Gets the value of this ConnectionProperty. The value for the connection name property.

Returns:The value of this ConnectionProperty.
Return type:str