Class: Ansible::Ruby::Modules::Ec2_vpc_net
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ec2_vpc_net
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc_net.rb
Instance Method Summary collapse
-
#cidr_block ⇒ String
The CIDR of the VPC.
-
#dhcp_opts_id ⇒ Object?
The id of the DHCP options to use for this vpc.
-
#dns_hostnames ⇒ Boolean?
Whether to enable AWS hostname support.
-
#dns_support ⇒ Boolean?
Whether to enable AWS DNS support.
-
#multi_ok ⇒ Boolean?
By default the module will not create another VPC if there is another VPC with the same name and CIDR block.
-
#name ⇒ String
The name to give your VPC.
-
#state ⇒ :present, ...
The state of the VPC.
-
#tags ⇒ Hash?
The tags you want attached to the VPC.
-
#tenancy ⇒ :default, ...
Whether to be default or dedicated tenancy.
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
#cidr_block ⇒ String
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc_net.rb', line 14 attribute :cidr_block |
#dhcp_opts_id ⇒ Object?
30 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc_net.rb', line 30 attribute :dhcp_opts_id |
#dns_hostnames ⇒ Boolean?
26 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc_net.rb', line 26 attribute :dns_hostnames |
#dns_support ⇒ Boolean?
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc_net.rb', line 22 attribute :dns_support |
#multi_ok ⇒ Boolean?
41 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc_net.rb', line 41 attribute :multi_ok |
#name ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc_net.rb', line 10 attribute :name |
#state ⇒ :present, ...
37 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc_net.rb', line 37 attribute :state |
#tags ⇒ Hash?
33 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc_net.rb', line 33 attribute :tags |
#tenancy ⇒ :default, ...
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc_net.rb', line 18 attribute :tenancy |