Module Clone.Options
type t
=
{
new_name : string option;
lxcpath : string option;
flags : Flags.t list;
backing_store_type : Backing_store.store_type option;
new_size : int64;
hook_args : string list;
}
Clone.Options
type t
=
{
new_name : string option; |
lxcpath : string option; |
flags : Flags.t list; |
backing_store_type : Backing_store.store_type option; |
new_size : int64; |
hook_args : string list; |
}