Class: Google::Cloud::Parallelstore::V1::SourceParallelstore

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

Overview

Parallelstore as the source of a data transfer.

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns Optional. Root directory path to the Paralellstore filesystem, starting with /. Defaults to / if unset.

Returns:

  • (::String)

    Optional. Root directory path to the Paralellstore filesystem, starting with /. Defaults to / if unset.



330
331
332
333
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 330

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