Class: Google::Apis::OracledatabaseV1::AutonomousDatabaseApex
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::AutonomousDatabaseApex
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/oracledatabase_v1/classes.rb,
lib/google/apis/oracledatabase_v1/representations.rb,
lib/google/apis/oracledatabase_v1/representations.rb
Overview
Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/ en/database/20160918/datatypes/AutonomousDatabaseApex
Instance Attribute Summary collapse
-
#apex_version ⇒ String
Output only.
-
#ords_version ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AutonomousDatabaseApex
constructor
A new instance of AutonomousDatabaseApex.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AutonomousDatabaseApex
Returns a new instance of AutonomousDatabaseApex.
156 157 158 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 156 def initialize(**args) update!(**args) end |
Instance Attribute Details
#apex_version ⇒ String
Output only. The Oracle APEX Application Development version.
Corresponds to the JSON property apexVersion
149 150 151 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 149 def apex_version @apex_version end |
#ords_version ⇒ String
Output only. The Oracle REST Data Services (ORDS) version.
Corresponds to the JSON property ordsVersion
154 155 156 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 154 def ords_version @ords_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
161 162 163 164 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 161 def update!(**args) @apex_version = args[:apex_version] if args.key?(:apex_version) @ords_version = args[:ords_version] if args.key?(:ords_version) end |