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.



3942
3943
3944
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3942

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



3935
3936
3937
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3935

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)


3940
3941
3942
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3940

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3947
3948
3949
3950
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3947

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