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.
2689 2690 2691 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2689 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Output only. The name of the resource.
Corresponds to the JSON property name
2682 2683 2684 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2682 def name @name end |
#properties ⇒ Google::Apis::OracledatabaseV1::DbSystemInitialStorageSizeProperties
The properties of a DbSystem initial storage size summary.
Corresponds to the JSON property properties
2687 2688 2689 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2687 def properties @properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2694 2695 2696 2697 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2694 def update!(**args) @name = args[:name] if args.key?(:name) @properties = args[:properties] if args.key?(:properties) end |