Class: Google::Apis::OracledatabaseV1::ListDbSystemInitialStorageSizesResponse

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

The response for DbSystemInitialStorageSizes.List.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListDbSystemInitialStorageSizesResponse

Returns a new instance of ListDbSystemInitialStorageSizesResponse.



7653
7654
7655
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7653

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#db_system_initial_storage_sizesArray<Google::Apis::OracledatabaseV1::DbSystemInitialStorageSize>

The list of DbSystemInitialStorageSizes. Corresponds to the JSON property dbSystemInitialStorageSizes



7646
7647
7648
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7646

def db_system_initial_storage_sizes
  @db_system_initial_storage_sizes
end

#next_page_tokenString

A token identifying a page of results the server should return. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


7651
7652
7653
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7651

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7658
7659
7660
7661
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7658

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