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.



252
253
254
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 252

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)


245
246
247
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 245

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)


250
251
252
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 250

def ords_version
  @ords_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



257
258
259
260
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 257

def update!(**args)
  @apex_version = args[:apex_version] if args.key?(:apex_version)
  @ords_version = args[:ords_version] if args.key?(:ords_version)
end