class Google::Apis::StoragetransferV1::PosixFilesystem

A POSIX filesystem data source or sink.

Attributes

root_directory[RW]

Root directory path to the filesystem. Corresponds to the JSON property `rootDirectory` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/storagetransfer_v1/classes.rb, line 697
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/storagetransfer_v1/classes.rb, line 702
def update!(**args)
  @root_directory = args[:root_directory] if args.key?(:root_directory)
end