Class: Google::Apis::OracledatabaseV1::DbSystemInitialStorageSize

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

Summary of the DbSystem initial storage size.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nameString

Output only. The name of the resource. Corresponds to the JSON property name

Returns:

  • (String)


2682
2683
2684
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2682

def name
  @name
end

#propertiesGoogle::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