EffectiveGuestVFSConfig

VFS: Effective Configuration

This class represents the rendered and effective configuration which is applied for a given guest VM I/O strategy. It is used internally as the result of combining any active policy instances.

Parameters

readOnly

Whether the guest file-system should be read-only.

caseSensitive

Whether the guest file-system should be case-sensitive.

supportsSymbolicLinks

Whether the guest file-system should support symbolic links.

policy

Guest VFS policy to apply to guest-originated file system operations.

bundle

Bundle file to load the VFS file-system from, if applicable. If not present, the file-system will be empty at initialization time.

root

Root directory to apply for this virtual filesystem.

deferred

Whether to defer reads for guest VM I/O operations.

workingDirectory

Current-working-directory to apply for this virtual filesystem.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scope: Path? = null
Link copied to clipboard
Link copied to clipboard