Class: Google::Apis::StoragetransferV1::PosixFilesystem
- Inherits:
-
Object
- Object
- Google::Apis::StoragetransferV1::PosixFilesystem
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/storagetransfer_v1/classes.rb,
lib/google/apis/storagetransfer_v1/representations.rb,
lib/google/apis/storagetransfer_v1/representations.rb
Overview
A POSIX filesystem data source or sink.
Instance Attribute Summary collapse
-
#root_directory ⇒ String
Root directory path to the filesystem.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PosixFilesystem
constructor
A new instance of PosixFilesystem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PosixFilesystem
Returns a new instance of PosixFilesystem.
697 698 699 |
# File 'lib/google/apis/storagetransfer_v1/classes.rb', line 697 def initialize(**args) update!(**args) end |
Instance Attribute Details
#root_directory ⇒ String
Root directory path to the filesystem.
Corresponds to the JSON property rootDirectory
695 696 697 |
# File 'lib/google/apis/storagetransfer_v1/classes.rb', line 695 def root_directory @root_directory end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
702 703 704 |
# File 'lib/google/apis/storagetransfer_v1/classes.rb', line 702 def update!(**args) @root_directory = args[:root_directory] if args.key?(:root_directory) end |