Class: Google::Cloud::OracleDatabase::V1::ExascaleDbStorageDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oracledatabase/v1/exascale_db_storage_vault.rb

Overview

The storage details of the ExascaleDbStorageVault.

Instance Attribute Summary collapse

Instance Attribute Details

#available_size_gbs::Integer (readonly)

Returns Output only. The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).

Returns:

  • (::Integer)

    Output only. The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).



159
160
161
162
# File 'proto_docs/google/cloud/oracledatabase/v1/exascale_db_storage_vault.rb', line 159

class ExascaleDbStorageDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_size_gbs::Integer

Returns Required. The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).

Returns:

  • (::Integer)

    Required. The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).



159
160
161
162
# File 'proto_docs/google/cloud/oracledatabase/v1/exascale_db_storage_vault.rb', line 159

class ExascaleDbStorageDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end