vm-boot-attributes

Usage

avcli vm-boot-attributes --priority priority --application-start-time minutes [--autoStartMode autoStartMode] [vm...]

Description

The vm-boot-attributes command sets the boot attributes for the specified VMs.

Options

--priority priority The boot priority; values are 1 to 1000.
--application-start-time minutes The estimated start time of the VM and application, in minutes. The minimum value is one minute.
--autoStartMode autoStartMode

The automatic start-up mode of the VM. Valid values are:

  • last (default): Use the last value.
  • on: Turn on automatic start-up.
  • off: Turn off automatic start-up.
vm One or more VMs whose boot attributes are being set.

Examples

$ avcli vm-boot-attributes --priority 1 --application-start-time 1 vm1
$ avcli vm-boot-attributes --priority 1 --application-start-time 1 vm:o100
$ avcli vm-boot-attributes --priority 1 --application-start-time 1 --autoStartMode on vm1