evroc compute disk create

Create a new disk

evroc compute disk create <disk_name> [flags]

Options

      --disk-image string           The name of the DiskImage.
      --disk-size-amount int        The size of the disk, in the related unit.
      --disk-size-unit string       One of KB,MB,GB,TB
      --disk-storage-class string   The name of the DiskStorageClass.  One of: persistent
  -h, --help                        help for create
      --region string               The region for the resource.
      --zone string                 The zone for the resource.

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")
      --force-yes       Overrides confirmation prompts on destructive actions - use with caution
      --json            JSON output

SEE ALSO