Class: Google::Apis::OracledatabaseV1::AutonomousDatabaseApex

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_versionString

Output only. The Oracle APEX Application Development version. Corresponds to the JSON property apexVersion

Returns:

  • (String)


149
150
151
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 149

def apex_version
  @apex_version
end

#ords_versionString

Output only. The Oracle REST Data Services (ORDS) version. Corresponds to the JSON property ordsVersion

Returns:

  • (String)


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