Navigation
index
modules
|
Snapm 0.4.0 documentation
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
_
__annotations__ (snapm.SnapmBusyError attribute)
(snapm.SnapmCalloutError attribute)
(snapm.SnapmError attribute)
(snapm.SnapmExistsError attribute)
(snapm.SnapmInvalidIdentifierError attribute)
(snapm.SnapmLimitError attribute)
(snapm.SnapmNoProviderError attribute)
(snapm.SnapmNoSpaceError attribute)
(snapm.SnapmNotFoundError attribute)
(snapm.SnapmParseError attribute)
(snapm.SnapmPathError attribute)
(snapm.SnapmPluginError attribute)
(snapm.SnapmRecursionError attribute)
(snapm.SnapmSizePolicyError attribute)
(snapm.SnapmStateError attribute)
(snapm.SnapmTimerError attribute)
__eq__() (snapm.report.ReportOpts method)
__hash__ (snapm.report.ReportOpts attribute)
__init__() (snapm.command.ReportObj method)
(snapm.manager._boot.BootCache method)
(snapm.manager._boot.BootEntryCache method)
(snapm.manager._calendar.CalendarSpec method)
(snapm.manager._timers.Timer method)
(snapm.manager.Manager method)
(snapm.manager.plugins.Plugin method)
(snapm.report.Field method)
(snapm.report.FieldProperties method)
(snapm.report.FieldType method)
(snapm.report.Report method)
(snapm.report.ReportObjType method)
(snapm.report.ReportOpts method)
(snapm.Selection method)
(snapm.SizePolicy method)
(snapm.Snapshot method)
(snapm.SnapshotSet method)
__repr__() (snapm.manager._calendar.CalendarSpec method)
(snapm.Selection method)
__str__() (snapm.manager._calendar.CalendarSpec method)
(snapm.report.ReportOpts method)
(snapm.Selection method)
(snapm.Snapshot method)
(snapm.SnapshotSet method)
_activate_cmd() (in module snapm.command)
_add_autoactivate_args() (in module snapm.command)
_add_identifier_args() (in module snapm.command)
_add_json_arg() (in module snapm.command)
_add_plugin_subparser() (in module snapm.command)
_add_report_args() (in module snapm.command)
_add_snapset_subparser() (in module snapm.command)
_add_snapshot_subparser() (in module snapm.command)
_autoactivate_cmd() (in module snapm.command)
_build_snapset_mount_list() (in module snapm.manager._boot)
_check_recursion() (snapm.manager.Manager method)
_cond_refresh() (snapm.manager._calendar.CalendarSpec method)
_create_boom_boot_entry() (in module snapm.manager._boot)
_create_cmd() (in module snapm.command)
_create_default_os_profile() (in module snapm.manager._boot)
_DBUS_MACHINE_ID (in module snapm.manager._boot)
_deactivate_cmd() (in module snapm.command)
_delete_boot_entry() (in module snapm.manager._boot)
_delete_cmd() (in module snapm.command)
_DEV_PREFIX (in module snapm.manager._boot)
_do_print_type() (in module snapm.command)
_expand_fields() (in module snapm.command)
_find_and_verify_plugins() (snapm.manager.Manager method)
_find_next_index() (snapm.manager.Manager method)
_find_snapset_root() (in module snapm.manager._boot)
_generic_list_cmd() (in module snapm.command)
_get_machine_id() (in module snapm.manager._boot)
_get_uts_release() (in module snapm.manager._boot)
_list_cmd() (in module snapm.command)
_load_plugin_config() (snapm.manager.Manager method)
_log_debug() (snapm.manager.plugins.Plugin method)
_log_error() (snapm.manager.plugins.Plugin method)
_log_info() (snapm.manager.plugins.Plugin method)
_log_warn() (snapm.manager.plugins.Plugin method)
_MACHINE_ID (in module snapm.manager._boot)
_OS_RELEASE (in module snapm.manager._boot)
_parse_entry() (snapm.manager._boot.BootEntryCache method)
_plugin_list_cmd() (in module snapm.command)
_prune_cmd() (in module snapm.command)
_refresh() (snapm.manager._calendar.CalendarSpec method)
_rename_cmd() (in module snapm.command)
_report_obj_types (in module snapm.command)
_report_opts_from_args() (in module snapm.command)
_resize_cmd() (in module snapm.command)
_revert_cmd() (in module snapm.command)
_set_autoactivate() (snapm.manager.Manager method)
_show_cmd() (in module snapm.command)
_snapset_from_name_or_uuid() (snapm.manager.Manager method)
_snapshot_activate_cmd() (in module snapm.command)
_snapshot_autoactivate_cmd() (in module snapm.command)
_snapshot_deactivate_cmd() (in module snapm.command)
_snapshot_list_cmd() (in module snapm.command)
_snapshot_show_cmd() (in module snapm.command)
_split_cmd() (in module snapm.command)
_str_indent() (in module snapm.command)
_validate_snapset_name() (snapm.manager.Manager method)
A
activate() (snapm.Snapshot method)
(snapm.SnapshotSet method)
activate_snapshot() (snapm.manager.plugins.Plugin method)
activate_snapshot_sets() (snapm.manager.Manager method)
ACTIVE (snapm.SnapStatus attribute)
all_attrs (snapm.Selection attribute)
as_dict() (snapm.Snapshot method)
(snapm.SnapshotSet method)
autoactivate (snapm.Snapshot property)
(snapm.SnapshotSet property)
B
basename (snapm.Selection attribute)
(snapm.SnapshotSet property)
bool_to_yes_no() (in module snapm)
BootCache (class in snapm.manager._boot)
BootEntryCache (class in snapm.manager._boot)
by_name (snapm.manager.Manager attribute)
by_uuid (snapm.manager.Manager attribute)
C
CalendarSpec (class in snapm.manager._calendar)
can_snapshot() (snapm.manager.plugins.Plugin method)
check_boom_config() (in module snapm.manager._boot)
check_create_snapshot() (snapm.manager.plugins.Plugin method)
check_resize() (snapm.Snapshot method)
check_resize_snapshot() (snapm.manager.plugins.Plugin method)
check_revert() (snapm.Snapshot method)
check_revert_snapshot() (snapm.manager.plugins.Plugin method)
check_valid_selection() (snapm.Selection method)
CREATE (snapm.manager._timers.TimerType attribute)
create_snapset() (in module snapm.command)
create_snapset_boot_entry() (in module snapm.manager._boot)
create_snapset_revert_entry() (in module snapm.manager._boot)
create_snapshot() (snapm.manager.plugins.Plugin method)
create_snapshot_set() (snapm.manager.Manager method)
create_snapshot_set_boot_entry() (snapm.manager.Manager method)
create_snapshot_set_revert_entry() (snapm.manager.Manager method)
D
deactivate() (snapm.Snapshot method)
(snapm.SnapshotSet method)
deactivate_snapshot() (snapm.manager.plugins.Plugin method)
deactivate_snapshot_sets() (snapm.manager.Manager method)
debug_masked() (snapm.SnapmLogger method)
decode_mount_point() (in module snapm.manager.plugins)
delete() (snapm.Snapshot method)
(snapm.SnapshotSet method)
delete_snapset() (in module snapm.command)
delete_snapset_boot_entry() (in module snapm.manager._boot)
delete_snapset_revert_entry() (in module snapm.manager._boot)
delete_snapshot() (snapm.manager.plugins.Plugin method)
delete_snapshot_sets() (snapm.manager.Manager method)
device_from_mount_point() (in module snapm.manager.plugins)
devices (snapm.SnapshotSet property)
devpath (snapm.Snapshot property)
disable() (snapm.manager._timers.Timer method)
DISABLED (snapm.manager._timers.TimerStatus attribute)
discover_snapshot_sets() (snapm.manager.Manager method)
discover_snapshots() (snapm.manager.plugins.Plugin method)
E
enable() (snapm.manager._timers.Timer method)
enabled (snapm.manager._timers.Timer property)
ENABLED (snapm.manager._timers.TimerStatus attribute)
encode_mount_point() (in module snapm.manager.plugins)
end_transaction() (snapm.manager.plugins.Plugin method)
F
Field (class in snapm.report)
FieldProperties (class in snapm.report)
FieldType (class in snapm.report)
find_snapshot_sets() (snapm.manager.Manager method)
find_snapshots() (snapm.manager.Manager method)
FIXED (snapm.SizePolicyType attribute)
format_snapshot_name() (in module snapm.manager.plugins)
free (snapm.Snapshot property)
from_cmd_args() (snapm.Selection class method)
from_now (snapm.manager._calendar.CalendarSpec property)
(snapm.manager._timers.Timer property)
G
GC (snapm.manager._timers.TimerType attribute)
get_debug_mask() (in module snapm)
I
in_utc (snapm.manager._calendar.CalendarSpec property)
INACTIVE (snapm.SnapStatus attribute)
index (snapm.Selection attribute)
(snapm.Snapshot property)
(snapm.SnapshotSet property)
info() (snapm.manager.plugins.Plugin method)
INVALID (snapm.manager._timers.TimerStatus attribute)
(snapm.SnapStatus attribute)
invalidate_cache() (snapm.Snapshot method)
is_null() (snapm.Selection method)
is_single() (snapm.Selection method)
is_size_policy() (in module snapm)
J
json() (snapm.Snapshot method)
(snapm.SnapshotSet method)
M
main() (in module snapm.command)
Manager (class in snapm.manager)
mask_bits (snapm.SnapmLogger attribute)
module
snapm
snapm.command
snapm.manager
snapm.manager._boot
snapm.manager._calendar
snapm.manager._timers
snapm.manager.plugins
snapm.report
mount_point (snapm.Selection attribute)
(snapm.Snapshot property)
mount_point_space_used() (in module snapm.manager.plugins)
mount_points (snapm.Selection attribute)
(snapm.SnapshotSet property)
mounted (snapm.Snapshot property)
(snapm.SnapshotSet property)
N
name (snapm.manager.plugins.Plugin attribute)
(snapm.Selection attribute)
(snapm.Snapshot property)
(snapm.SnapshotSet property)
next_elapse (snapm.manager._calendar.CalendarSpec property)
(snapm.manager._timers.Timer property)
nr_snapshots (snapm.Selection attribute)
(snapm.SnapshotSet property)
O
occurs (snapm.manager._calendar.CalendarSpec property)
(snapm.manager._timers.Timer property)
opts (snapm.report.Report attribute)
origin (snapm.Selection attribute)
(snapm.Snapshot property)
origin_from_mount_point() (snapm.manager.plugins.Plugin method)
origin_mounted (snapm.Snapshot property)
(snapm.SnapshotSet property)
origin_options (snapm.Snapshot property)
original (snapm.manager._calendar.CalendarSpec property)
P
parse_size_with_units() (in module snapm)
parse_snapshot_name() (in module snapm.manager.plugins)
PERCENT_FREE (snapm.SizePolicyType attribute)
PERCENT_SIZE (snapm.SizePolicyType attribute)
PERCENT_USED (snapm.SizePolicyType attribute)
Plugin (class in snapm.manager.plugins)
plugins (snapm.manager.Manager attribute)
PR_PLUGIN (in module snapm.command)
PR_SNAPSET (in module snapm.command)
PR_SNAPSHOT (in module snapm.command)
print_plugins() (in module snapm.command)
print_snapsets() (in module snapm.command)
print_snapshots() (in module snapm.command)
prune_snapset() (in module snapm.command)
R
refresh_cache() (snapm.manager._boot.BootCache method)
(snapm.manager._boot.BootEntryCache method)
rename() (snapm.Snapshot method)
(snapm.SnapshotSet method)
rename_snapset() (in module snapm.command)
rename_snapshot() (snapm.manager.plugins.Plugin method)
rename_snapshot_set() (snapm.manager.Manager method)
Report (class in snapm.report)
report_idx() (snapm.report.Field method)
report_num() (snapm.report.Field method)
report_object() (snapm.report.Report method)
report_output() (snapm.report.Report method)
report_sha() (snapm.report.Field method)
report_size() (snapm.report.Field method)
report_str() (snapm.report.Field method)
report_str_list() (snapm.report.Field method)
report_time() (snapm.report.Field method)
report_uuid() (snapm.report.Field method)
ReportObj (class in snapm.command)
ReportObjType (class in snapm.report)
ReportOpts (class in snapm.report)
resize() (snapm.Snapshot method)
(snapm.SnapshotSet method)
resize_snapset() (in module snapm.command)
resize_snapshot() (snapm.manager.plugins.Plugin method)
resize_snapshot_set() (snapm.manager.Manager method)
revert() (snapm.Snapshot method)
(snapm.SnapshotSet method)
REVERT_ARG (in module snapm.manager._boot)
revert_snapset() (in module snapm.command)
revert_snapshot() (snapm.manager.plugins.Plugin method)
revert_snapshot_set() (snapm.manager.Manager method)
revert_snapshot_sets() (snapm.manager.Manager method)
REVERTING (snapm.SnapStatus attribute)
running (snapm.manager._timers.Timer property)
RUNNING (snapm.manager._timers.TimerStatus attribute)
S
Selection (class in snapm)
set_autoactivate() (snapm.manager.Manager method)
(snapm.manager.plugins.Plugin method)
set_debug() (in module snapm.command)
set_debug_mask() (in module snapm)
(snapm.SnapmLogger method)
set_value() (snapm.report.Field method)
setup_logging() (in module snapm.command)
show_snapsets() (in module snapm.command)
show_snapshots() (in module snapm.command)
shutdown_logging() (in module snapm.command)
size (snapm.SizePolicy property)
(snapm.Snapshot property)
size_fmt() (in module snapm)
SizePolicy (class in snapm)
SizePolicyType (class in snapm)
snapm
module
snapm.command
module
snapm.manager
module
snapm.manager._boot
module
snapm.manager._calendar
module
snapm.manager._timers
module
snapm.manager.plugins
module
snapm.report
module
SnapmArgumentError
SnapmBusyError
SnapmCalloutError
SnapmError
SnapmExistsError
SnapmInvalidIdentifierError
SnapmLimitError
SnapmLogger (class in snapm)
SnapmNoProviderError
SnapmNoSpaceError
SnapmNotFoundError
SnapmParseError
SnapmPathError
SnapmPluginError
SnapmRecursionError
SnapmSizePolicyError
SnapmStateError
SnapmTimerError
SNAPSET_ARG (in module snapm.manager._boot)
snapset_basename (snapm.Snapshot property)
snapset_name (snapm.Snapshot property)
Snapshot (class in snapm)
snapshot_attrs (snapm.Selection attribute)
snapshot_by_mount_point() (snapm.SnapshotSet method)
snapshot_by_source() (snapm.SnapshotSet method)
snapshot_class (snapm.manager.plugins.Plugin attribute)
snapshot_mounted (snapm.Snapshot property)
(snapm.SnapshotSet property)
snapshot_name (snapm.Selection attribute)
snapshot_set (snapm.Snapshot property)
snapshot_set_attrs (snapm.Selection attribute)
snapshot_sets (snapm.manager.Manager attribute)
snapshot_uuid (snapm.Selection attribute)
snapshots (snapm.SnapshotSet property)
SnapshotSet (class in snapm)
SnapStatus (class in snapm)
source (snapm.Snapshot property)
sources (snapm.SnapshotSet property)
split_snapset() (in module snapm.command)
split_snapshot_set() (snapm.manager.Manager method)
start() (snapm.manager._timers.Timer method)
start_transaction() (snapm.manager.plugins.Plugin method)
status (snapm.manager._timers.Timer property)
(snapm.Snapshot property)
(snapm.SnapshotSet property)
stop() (snapm.manager._timers.Timer method)
STOPPED (snapm.manager._timers.TimerStatus attribute)
T
time (snapm.Snapshot property)
(snapm.SnapshotSet property)
Timer (class in snapm.manager._timers)
TimerStatus (class in snapm.manager._timers)
TimerType (class in snapm.manager._timers)
timestamp (snapm.Selection attribute)
(snapm.Snapshot property)
(snapm.SnapshotSet property)
U
uuid (snapm.Selection attribute)
(snapm.Snapshot property)
(snapm.SnapshotSet property)
V
version (snapm.manager.plugins.Plugin attribute)
Quick search
Navigation
index
modules
|
Snapm 0.4.0 documentation
»
Index