local.<instance-name>.<snapshot-name>.name¶
Key¶
local.<instance-name>.<snapshot-name>.name
where <instance-name>
is the name of a Multipass instance and <snapshot-name>
is the current name of one of its snapshots.
Description¶
The name that identifies the snapshot in the context of its instance. Snapshot names cannot be repeated.
Possible values¶
Any name that follows the same rules as instance names and is not currently in use by another instance.
Examples¶
multipass set local.relative-lion.snaphot2.name=primed
Default value¶
The name that was assigned to the snapshot when it was taken.