Class: Google::Cloud::StorageTransfer::V1::PosixFilesystem
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::PosixFilesystem
- 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
-
#root_directory ⇒ ::String
Root directory path to the filesystem.
Instance Attribute Details
#root_directory ⇒ ::String
Returns 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 |