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.



2603
2604
2605
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2603

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)


2596
2597
2598
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 2596

def name
  @name
end

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