Class: Google::Cloud::OracleDatabase::V1::ExascaleConfig
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::ExascaleConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb
Overview
Details of the Exascale configuration for the Exadata Infrastructure.
Instance Attribute Summary collapse
-
#available_storage_size_gb ⇒ ::Integer
readonly
Output only.
-
#total_storage_size_gb ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#available_storage_size_gb ⇒ ::Integer (readonly)
Returns Output only. Available storage size for Exascale in GBs.
210 211 212 213 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 210 class ExascaleConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_storage_size_gb ⇒ ::Integer (readonly)
Returns Output only. Total storage size needed for Exascale in GBs.
210 211 212 213 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 210 class ExascaleConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |