Class: Google::Cloud::OracleDatabase::V1::DbSystemShape
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::DbSystemShape
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb
Overview
Details of the Database System Shapes resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystemShapeSummary/
Instance Attribute Summary collapse
-
#available_core_count_per_node ⇒ ::Integer
Optional.
-
#available_data_storage_tb ⇒ ::Integer
Optional.
-
#available_memory_per_node_gb ⇒ ::Integer
Optional.
-
#max_node_count ⇒ ::Integer
Optional.
-
#max_storage_count ⇒ ::Integer
Optional.
-
#min_core_count_per_node ⇒ ::Integer
Optional.
-
#min_db_node_storage_per_node_gb ⇒ ::Integer
Optional.
-
#min_memory_per_node_gb ⇒ ::Integer
Optional.
-
#min_node_count ⇒ ::Integer
Optional.
-
#min_storage_count ⇒ ::Integer
Optional.
-
#name ⇒ ::String
Identifier.
-
#shape ⇒ ::String
Optional.
Instance Attribute Details
#available_core_count_per_node ⇒ ::Integer
Returns Optional. Number of cores per node.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#available_data_storage_tb ⇒ ::Integer
Returns Optional. Storage per storage server in terabytes.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#available_memory_per_node_gb ⇒ ::Integer
Returns Optional. Memory per database server node in gigabytes.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_node_count ⇒ ::Integer
Returns Optional. Maximum number of database servers.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_storage_count ⇒ ::Integer
Returns Optional. Maximum number of storage servers.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_core_count_per_node ⇒ ::Integer
Returns Optional. Minimum core count per node.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_db_node_storage_per_node_gb ⇒ ::Integer
Returns Optional. Minimum node storage per database server in gigabytes.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_memory_per_node_gb ⇒ ::Integer
Returns Optional. Minimum memory per node in gigabytes.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_node_count ⇒ ::Integer
Returns Optional. Minimum number of database servers.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_storage_count ⇒ ::Integer
Returns Optional. Minimum number of storage servers.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The name of the Database System Shape resource with the format: projects/{project}/locations/{region}/dbSystemShapes/{db_system_shape}.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shape ⇒ ::String
Returns Optional. shape.
63 64 65 66 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_shape.rb', line 63 class DbSystemShape include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |