Class: Convection::Model::Template::ResourceProperty::EC2NetworkInterface
Overview
Instance Attribute Summary
#exist, #properties, #template
Instance Method Summary
collapse
attach_method, #initialize, properties, property, #property, #render
#camel_case, included, method_name, #screaming_snake_case, #snake_case
#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select
Instance Method Details
#associate_public_ip_address ⇒ Object
#associate_public_ip_address(value) ⇒ Object
10
|
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 10
property :associate_public_ip_address, 'AssociatePublicIpAddress'
|
#delete_on_termination ⇒ Object
#delete_on_termination(value) ⇒ Object
11
|
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 11
property :delete_on_termination, 'DeleteOnTermination'
|
#description ⇒ Object
#description(value) ⇒ Object
12
|
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 12
property :description, 'Description'
|
#device_index ⇒ Object
#device_index(value) ⇒ Object
13
|
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 13
property :device_index, 'DeviceIndex'
|
#group_set ⇒ Object
#group_set(value) ⇒ Object
Also known as:
security_group
14
|
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 14
property :group_set, 'GroupSet', :type => :list
|
#private_ip_address ⇒ Object
#private_ip_address(value) ⇒ Object
16
|
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 16
property :private_ip_address, 'PrivateIpAddress'
|
#secondary_private_ip_address_count ⇒ Object
#secondary_private_ip_address_count(value) ⇒ Object
17
|
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 17
property :secondary_private_ip_address_count, 'SecondaryPrivateIpAddressCount'
|
#subnet ⇒ Object
#subnet(value) ⇒ Object
18
|
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 18
property :subnet, 'SubnetId'
|