DestinationConfiguration¶
-
class
oci.mysql.models.DestinationConfiguration(**kwargs)¶ Bases:
objectConfiguration variable of a given destination.
Methods
__init__(**kwargs)Initializes a new DestinationConfiguration object with values from keyword arguments. Attributes
key[Required] Gets the key of this DestinationConfiguration. value[Required] Gets the value of this DestinationConfiguration. -
__init__(**kwargs)¶ Initializes a new DestinationConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this DestinationConfiguration.
- value (str) – The value to assign to the value property of this DestinationConfiguration.
-
key¶ [Required] Gets the key of this DestinationConfiguration. Name of the destination configuration variable.
Returns: The key of this DestinationConfiguration. Return type: str
-
value¶ [Required] Gets the value of this DestinationConfiguration. Value of the destination configuration variable.
Returns: The value of this DestinationConfiguration. Return type: str
-