Class: Google::Apis::OracledatabaseV1::DbSystemInitialStorageSize
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::DbSystemInitialStorageSize
- 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
Summary of the DbSystem initial storage size.
Instance Attribute Summary collapse
-
#name ⇒ String
Output only.
-
#properties ⇒ Google::Apis::OracledatabaseV1::DbSystemInitialStorageSizeProperties
The properties of a DbSystem initial storage size summary.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DbSystemInitialStorageSize
constructor
A new instance of DbSystemInitialStorageSize.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DbSystemInitialStorageSize
Returns a new instance of DbSystemInitialStorageSize.
2603 2604 2605 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2603 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Output only. The name of the resource.
Corresponds to the JSON property name
2596 2597 2598 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2596 def name @name end |
#properties ⇒ Google::Apis::OracledatabaseV1::DbSystemInitialStorageSizeProperties
The properties of a DbSystem initial storage size summary.
Corresponds to the JSON property properties
2601 2602 2603 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2601 def properties @properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2608 2609 2610 2611 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2608 def update!(**args) @name = args[:name] if args.key?(:name) @properties = args[:properties] if args.key?(:properties) end |