pcloud compute instances clone
Clone a VM Instance
Synopsis
Clone a VM Instance
pcloud compute instances clone <InstanceID> <CloneName> [options] [flags]
Options
-c, --cores float Number of cores to allocate to the VM Instance (default 2)
-h, --help help for clone
-k, --keypair string SSHKeyPair Name
-l, --license strings Software Licenses (several --license allowed, must be one of "IbmiCSS", "IbmiDBQ", "IbmiPHA", "IbmiRDS")
-m, --memory float Memory size (in GB) to allocate to the VM Instance (default 4)
-n, --network strings Networks to assign to the VM Instance, (values must follow the <NetworkName[:IPAddress]> form, note that 'NetworkID' can be provided instead of 'NetworkName', 'IPAddress' is optional, several --network allowed) (required)
-t, --proctype string Dedicated, Shared or Capped Processing Type (must be one of {"dedicated", "shared", "capped"}) (default "dedicated")
-d, --rdsUsers int Number of IbmiRDS license users (Required if "IbmiRDS" license is specified)
-v, --volume strings Volumes to assign to the VM Instance (several --volume allowed, note that 'VolumeID' or 'VolumeName' can be used)
Options inherited from parent commands
-F, --format string Available formats: 'table', 'yaml', 'json', 'csv'.
Default is command specific.
Can be used with describe and list subcommands.
-D, --log.dir string Override Log file directory
-L, --log.file string Override Log file name
-V, --verbosity string Override Log verbosity
SEE ALSO
- pcloud compute instances - VM Instances management commands