agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
RootSnapshotExport
Interface RootSnapshotExport
A serializable export of the VM root filesystem.
interface
RootSnapshotExport
{
kind
:
"snapshot-export"
;
source
:
{
filesystem
:
{
entries
:
FilesystemEntry
[]
}
;
format
:
"agent-os-filesystem-snapshot-v1"
;
}
;
}
Index
Properties
kind
source
Properties
kind
kind
:
"snapshot-export"
source
source
:
{
filesystem
:
{
entries
:
FilesystemEntry
[]
}
;
format
:
"agent-os-filesystem-snapshot-v1"
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
kind
source
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
A serializable export of the VM root filesystem.