Class: HammerCLIForeman::ComputeResources::EC2::HostHelpExtenstion
- Inherits:
-
Object
- Object
- HammerCLIForeman::ComputeResources::EC2::HostHelpExtenstion
- Defined in:
- lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb
Instance Method Summary collapse
Instance Method Details
#host_create_help(h) ⇒ Object
9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb', line 9 def host_create_help(h) h.section '--compute-attributes' do |h| h.list([ 'flavor_id', 'image_id', 'availability_zone', 'security_group_ids', 'managed_ip', ]) end end |
#name ⇒ Object
5 6 7 |
# File 'lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb', line 5 def name _('EC2') end |