Class: Google::Cloud::OracleDatabase::V1::DbNode

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node}.

Returns:

  • (::String)

    Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node}



33
34
35
36
# File 'proto_docs/google/cloud/oracledatabase/v1/db_node.rb', line 33

class DbNode
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#properties::Google::Cloud::OracleDatabase::V1::DbNodeProperties

Returns Optional. Various properties of the database node.

Returns:



33
34
35
36
# File 'proto_docs/google/cloud/oracledatabase/v1/db_node.rb', line 33

class DbNode
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end