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.



2807
2808
2809
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2807

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)


2800
2801
2802
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2800

def name
  @name
end

#propertiesGoogle::Apis::OracledatabaseV1::DbSystemInitialStorageSizeProperties

The properties of a DbSystem initial storage size summary. Corresponds to the JSON property properties



2805
2806
2807
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2805

def properties
  @properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2812
2813
2814
2815
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2812

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