Class: Google::Cloud::OracleDatabase::V1::DbServer

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Optional. User friendly name for this resource.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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.

Returns:



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