Optionallxcpath?: stringNew name for the container.
lxcpath in which to create the new container
Optionalnewname?: stringNew name for the container. If undefined, the same name is used and a new lxcpath MUST be specified.
Optionalbdevdata?: stringInformation about how to create the new storage (i.e. fstype and fsdata).
Optionalbdevtype?: stringOptionally force the cloned bdevtype to a specified plugin. By default, the original is used (subject to snapshot requirements).
Optionalflags?: number | LXC_CLONEAdditional LXC_CLONE* flags to change the cloning behaviour:
Optionalhookargs?: string[]Additional arguments to pass to the clone hook script.
Optionalnewsize?: numberIn case of a block device backing store, an optional size. If 0, the original backing store's size will be used if possible.
lxcpath in which to create the new container If undefined, the original container's lxcpath will be used. (XXX: should we use the default instead?)