Module Lxc.Create_options

type t = {
template : string option;
backing_store_type : Backing_store.store_type option;
backing_store_specs : Backing_store.Specs.t option;
distro : string option;
release : string option;
arch : string option;
variant : string option;
server : string option;
key_id : string option;
key_server : string option;
disable_gpg_validation : bool option;
flush_cache : bool option;
force_cache : bool option;
extra_args : string array option;
}
val blank : t
module Templates : sig ... end