Option

class oci.mysql.models.Option(**kwargs)

Bases: object

The value of an option for a particular version of the DB System engine.

Methods

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

Attributes

name [Required] Gets the name of this Option.
value Gets the value of this Option.
__init__(**kwargs)

Initializes a new Option 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 Option.
  • value (str) – The value to assign to the value property of this Option.
name

[Required] Gets the name of this Option. The option name.

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

Gets the value of this Option. The option value.

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