Class: Google::Cloud::MigrationCenter::V1::FstabEntry

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

Overview

Single fstab entry.

Instance Attribute Summary collapse

Instance Attribute Details

#file::String

Returns The mount point for the filesystem.

Returns:

  • (::String)

    The mount point for the filesystem.



2308
2309
2310
2311
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2308

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

#freq::Integer

Returns Used by dump to determine which filesystems need to be dumped.

Returns:

  • (::Integer)

    Used by dump to determine which filesystems need to be dumped.



2308
2309
2310
2311
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2308

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

#mntops::String

Returns Mount options associated with the filesystem.

Returns:

  • (::String)

    Mount options associated with the filesystem.



2308
2309
2310
2311
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2308

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

#passno::Integer

Returns Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.

Returns:

  • (::Integer)

    Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.



2308
2309
2310
2311
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2308

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

#spec::String

Returns The block special device or remote filesystem to be mounted.

Returns:

  • (::String)

    The block special device or remote filesystem to be mounted.



2308
2309
2310
2311
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2308

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

#vfstype::String

Returns The type of the filesystem.

Returns:

  • (::String)

    The type of the filesystem.



2308
2309
2310
2311
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2308

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