Class: Ansible::Ruby::Modules::Ec2_vpc_igw
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ec2_vpc_igw
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_igw.rb
Instance Method Summary collapse
-
#state ⇒ :present, ...
Create or terminate the IGW.
-
#vpc_id ⇒ Object
The VPC ID for the VPC in which to manage the Internet Gateway.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#state ⇒ :present, ...
Returns Create or terminate the IGW.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_igw.rb', line 14 attribute :state |
#vpc_id ⇒ Object
Returns The VPC ID for the VPC in which to manage the Internet Gateway.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_igw.rb', line 10 attribute :vpc_id |