# File lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb, line 9 def host_create_help(h) h.section '--compute-attributes' do |h| h.list([ 'machine_type', 'image_id', 'network', 'external_ip' ]) end end
# File lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb, line 5 def name _('GCE') end