Class: Google::Cloud::OracleDatabase::V1::DbSystemInitialStorageSize
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::DbSystemInitialStorageSize
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/db_system_initial_storage_size.rb
Overview
Summary of the DbSystem initial storage size.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#properties ⇒ ::Google::Cloud::OracleDatabase::V1::DbSystemInitialStorageSizeProperties
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. The name of the resource.
31 32 33 34 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_initial_storage_size.rb', line 31 class DbSystemInitialStorageSize include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#properties ⇒ ::Google::Cloud::OracleDatabase::V1::DbSystemInitialStorageSizeProperties (readonly)
Returns Output only. The properties of the DbSystem initial storage size summary.
31 32 33 34 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_initial_storage_size.rb', line 31 class DbSystemInitialStorageSize include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |