Class: Google::Apis::OracledatabaseV1::DbSystemOptions

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

Details of the DbSystem Options.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DbSystemOptions

Returns a new instance of DbSystemOptions.



2844
2845
2846
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2844

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#storage_managementString

Optional. The storage option used in DB system. Corresponds to the JSON property storageManagement

Returns:

  • (String)


2842
2843
2844
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2842

def storage_management
  @storage_management
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2849
2850
2851
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2849

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