Class: Google::Cloud::StorageTransfer::V1::PosixFilesystem

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

Overview

A POSIX filesystem resource.

Instance Attribute Summary collapse

Instance Attribute Details

#root_directory::String

Returns Root directory path to the filesystem.

Returns:

  • (::String)

    Root directory path to the filesystem.



414
415
416
417
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 414

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