Method: Skytap::Commands::CopyToRegion#expected_args

Defined in:
lib/skytap/plugins/vm_copy_to_region.rb

#expected_argsObject



23
24
25
26
27
28
# File 'lib/skytap/plugins/vm_copy_to_region.rb', line 23

def expected_args
  ActiveSupport::OrderedHash[
    'region', 'Name of target region',
    'vm_id*', 'One or more IDs of template VMs to copy to the region'
  ]
end