ExecuteSqlDatabaseToolsConnectionDetails¶
-
class
oci.database_tools_runtime.models.ExecuteSqlDatabaseToolsConnectionDetails(**kwargs)¶ Bases:
objectA request
Attributes
TYPE_ASYNCHRONOUSA constant which can be used with the type property of a ExecuteSqlDatabaseToolsConnectionDetails. TYPE_SYNCHRONOUSA constant which can be used with the type property of a ExecuteSqlDatabaseToolsConnectionDetails. outputGets the output of this ExecuteSqlDatabaseToolsConnectionDetails. type[Required] Gets the type of this ExecuteSqlDatabaseToolsConnectionDetails. Methods
__init__(**kwargs)Initializes a new ExecuteSqlDatabaseToolsConnectionDetails object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
TYPE_ASYNCHRONOUS= 'ASYNCHRONOUS'¶ A constant which can be used with the type property of a ExecuteSqlDatabaseToolsConnectionDetails. This constant has a value of “ASYNCHRONOUS”
-
TYPE_SYNCHRONOUS= 'SYNCHRONOUS'¶ A constant which can be used with the type property of a ExecuteSqlDatabaseToolsConnectionDetails. This constant has a value of “SYNCHRONOUS”
-
__init__(**kwargs)¶ Initializes a new ExecuteSqlDatabaseToolsConnectionDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
ExecuteSqlDatabaseToolsConnectionAsynchronousDetailsExecuteSqlDatabaseToolsConnectionSynchronousDetails
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type (str) – The value to assign to the type property of this ExecuteSqlDatabaseToolsConnectionDetails. Allowed values for this property are: “SYNCHRONOUS”, “ASYNCHRONOUS”
- output (oci.database_tools_runtime.models.ExecuteSqlOutputDetails) – The value to assign to the output property of this ExecuteSqlDatabaseToolsConnectionDetails.
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
output¶ Gets the output of this ExecuteSqlDatabaseToolsConnectionDetails.
Returns: The output of this ExecuteSqlDatabaseToolsConnectionDetails. Return type: oci.database_tools_runtime.models.ExecuteSqlOutputDetails
-
type¶ [Required] Gets the type of this ExecuteSqlDatabaseToolsConnectionDetails. The request execution type.
Allowed values for this property are: “SYNCHRONOUS”, “ASYNCHRONOUS”
Returns: The type of this ExecuteSqlDatabaseToolsConnectionDetails. Return type: str
-