Class: Google::Cloud::Datastream::V1::MongodbCluster

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

Overview

MongoDB Cluster structure.

Instance Attribute Summary collapse

Instance Attribute Details

#databases::Array<::Google::Cloud::Datastream::V1::MongodbDatabase>

Returns MongoDB databases in the cluster.

Returns:



1314
1315
1316
1317
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1314

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