Class: Chef::Provider::AwsEbsVolume
- Inherits:
-
Chef::Provisioning::AWSDriver::AWSProvider
- Object
- LWRPBase
- Chef::Provisioning::AWSDriver::AWSProvider
- Chef::Provider::AwsEbsVolume
- Defined in:
- lib/chef/provider/aws_ebs_volume.rb
Defined Under Namespace
Classes: VolumeInvalidStatusError, VolumeNotFoundError, VolumeStatusTimeoutError
Constant Summary
Constants inherited from Chef::Provisioning::AWSDriver::AWSProvider
Chef::Provisioning::AWSDriver::AWSProvider::AWSResource
Instance Attribute Summary
Attributes inherited from Chef::Provisioning::AWSDriver::AWSProvider
Instance Method Summary collapse
Methods included from Chef::Provisioning::AWSDriver::TaggingStrategy::EC2ConvergeTags
Methods inherited from Chef::Provisioning::AWSDriver::AWSProvider
#action_handler, #converge_by, #region, #whyrun_supported?
Instance Method Details
#action_create ⇒ Object
29 30 31 32 33 34 35 |
# File 'lib/chef/provider/aws_ebs_volume.rb', line 29 def action_create volume = super if !new_resource.machine.nil? (volume) end end |