Class: Google::Apis::OracledatabaseV1::DbSystemOptions
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::DbSystemOptions
- 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
-
#storage_management ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DbSystemOptions
constructor
A new instance of DbSystemOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DbSystemOptions
Returns a new instance of DbSystemOptions.
2660 2661 2662 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2660 def initialize(**args) update!(**args) end |
Instance Attribute Details
#storage_management ⇒ String
Optional. The storage option used in DB system.
Corresponds to the JSON property storageManagement
2658 2659 2660 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2658 def storage_management @storage_management end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2665 2666 2667 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2665 def update!(**args) @storage_management = args[:storage_management] if args.key?(:storage_management) end |