Class: Packerman::Dsl::Builders::AmazonEbs::AmiBlockDeviceMapping
- Inherits:
-
HashObject
- Object
- Packerman::Dsl
- HashObject
- Packerman::Dsl::Builders::AmazonEbs::AmiBlockDeviceMapping
- Defined in:
- lib/packerman/dsl/builders/amazon_ebs.rb
Class Method Summary collapse
Methods inherited from HashObject
hash_key, inherited, register_to_repo, to_subclass
Methods included from Node
#initialize, #method_missing, #to_hash, #type
Methods inherited from Packerman::Dsl
register, register_to_repo, to_subclass
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Packerman::Dsl::Node
Class Method Details
.optional_keys ⇒ Object
53 54 55 56 57 58 59 60 61 62 63 64 65 |
# File 'lib/packerman/dsl/builders/amazon_ebs.rb', line 53 def optional_keys [ :delete_on_termination, :device_name, :encrypted, :iops, :no_device, :snapshot_id, :virtual_name, :volume_type, :volume_size ] end |