Class: Google::Apis::OracledatabaseV1::ConfigureExascaleCloudExadataInfrastructureRequest

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 request for CloudExadataInfrastructure.ConfigureExascale.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConfigureExascaleCloudExadataInfrastructureRequest

Returns a new instance of ConfigureExascaleCloudExadataInfrastructureRequest.



1948
1949
1950
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1948

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

Instance Attribute Details

#request_idString

Optional. An optional ID to identify the request. Corresponds to the JSON property requestId

Returns:

  • (String)


1941
1942
1943
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1941

def request_id
  @request_id
end

#total_storage_size_gbFixnum

Required. The total storage to be allocated to Exascale in GBs. Corresponds to the JSON property totalStorageSizeGb

Returns:

  • (Fixnum)


1946
1947
1948
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1946

def total_storage_size_gb
  @total_storage_size_gb
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1953
1954
1955
1956
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1953

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