Class: Google::Cloud::MigrationCenter::V1::FstabEntry
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::FstabEntry
- 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
-
#file ⇒ ::String
The mount point for the filesystem.
-
#freq ⇒ ::Integer
Used by dump to determine which filesystems need to be dumped.
-
#mntops ⇒ ::String
Mount options associated with the filesystem.
-
#passno ⇒ ::Integer
Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.
-
#spec ⇒ ::String
The block special device or remote filesystem to be mounted.
-
#vfstype ⇒ ::String
The type of the filesystem.
Instance Attribute Details
#file ⇒ ::String
Returns 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.
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.
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.
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.
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.
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 |