Sha256: cf25a602053db911228697979de9e255c617d02663a3b2c932c51fec10329abe
Contents?: true
Size: 426 Bytes
Versions: 15
Compression:
Stored size: 426 Bytes
Contents
module HammerCLIForeman module ComputeResources module GCE class HostHelpExtenstion def name _('GCE') end def host_create_help(h) h.section '--compute-attributes' do |h| h.list([ 'machine_type', 'image_id', 'network', 'external_ip' ]) end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems