Class: Google::Cloud::OracleDatabase::V1::DbServer
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::DbServer
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/db_server.rb
Overview
Details of the database server resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbServer/
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#properties ⇒ ::Google::Cloud::OracleDatabase::V1::DbServerProperties
Optional.
Instance Attribute Details
#display_name ⇒ ::String
Returns Optional. User friendly name for this resource.
36 37 38 39 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 36 class DbServer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The name of the database server resource with the format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}/dbServers/{db_server}.
36 37 38 39 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 36 class DbServer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#properties ⇒ ::Google::Cloud::OracleDatabase::V1::DbServerProperties
Returns Optional. Various properties of the database server.
36 37 38 39 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 36 class DbServer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |