Class: Chef::Provider::AwsNetworkInterface
- Inherits:
-
Chef::Provisioning::AWSDriver::AWSProvider
- Object
- LWRPBase
- Chef::Provisioning::AWSDriver::AWSProvider
- Chef::Provider::AwsNetworkInterface
- Defined in:
- lib/chef/provider/aws_network_interface.rb
Defined Under Namespace
Classes: NetworkInterfaceInvalidStatusError, NetworkInterfaceStatusTimeoutError
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
23 24 25 26 27 28 29 |
# File 'lib/chef/provider/aws_network_interface.rb', line 23 def action_create eni = super if !new_resource.machine.nil? update_eni(eni) end end |