AutonomousDatabaseApex¶
-
class
oci.database.models.
AutonomousDatabaseApex
(**kwargs)¶ Bases:
object
Oracle APEX Application Development is a low-code development platform that enables you to build scalable, secure enterprise apps, with world-class features. Autonomous Database with the APEX workload type is optimized to support APEX development.
Methods
__init__
(**kwargs)Initializes a new AutonomousDatabaseApex object with values from keyword arguments. Attributes
apex_version
Gets the apex_version of this AutonomousDatabaseApex. ords_version
Gets the ords_version of this AutonomousDatabaseApex. -
__init__
(**kwargs)¶ Initializes a new AutonomousDatabaseApex object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - apex_version (str) – The value to assign to the apex_version property of this AutonomousDatabaseApex.
- ords_version (str) – The value to assign to the ords_version property of this AutonomousDatabaseApex.
-
apex_version
¶ Gets the apex_version of this AutonomousDatabaseApex. The Oracle APEX Application Development version.
Returns: The apex_version of this AutonomousDatabaseApex. Return type: str
-
ords_version
¶ Gets the ords_version of this AutonomousDatabaseApex. The Oracle REST Data Services (ORDS) version.
Returns: The ords_version of this AutonomousDatabaseApex. Return type: str
-