Class: Convection::Model::Template::ResourceProperty::EC2NetworkInterface

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_ec2_network_interface.rb

Overview

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::ResourceProperty

#exist, #properties, #template

Instance Method Summary collapse

Methods inherited from Convection::Model::Template::ResourceProperty

attach_method, #initialize, properties, property, #property, #render

Methods included from DSL::Helpers

#camel_case, included, method_name, #screaming_snake_case, #snake_case

Methods included from DSL::IntrinsicFunctions

#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select

Constructor Details

This class inherits a constructor from Convection::Model::Template::ResourceProperty

Instance Method Details

#associate_public_ip_addressObject #associate_public_ip_address(value) ⇒ Object

Overloads:

  • #associate_public_ip_addressObject

    Returns the value of the 'AssociatePublicIpAddress' CloudFormation property.

  • #associate_public_ip_address(value) ⇒ Object

    Sets the 'AssociatePublicIpAddress' CloudFormation property.

    Parameters:

    • value

      the value to set the 'AssociatePublicIpAddress' CloudFormation property to.



10
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 10

property :associate_public_ip_address, 'AssociatePublicIpAddress'

#delete_on_terminationObject #delete_on_termination(value) ⇒ Object

Overloads:

  • #delete_on_terminationObject

    Returns the value of the 'DeleteOnTermination' CloudFormation property.

  • #delete_on_termination(value) ⇒ Object

    Sets the 'DeleteOnTermination' CloudFormation property.

    Parameters:

    • value

      the value to set the 'DeleteOnTermination' CloudFormation property to.



11
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 11

property :delete_on_termination, 'DeleteOnTermination'

#descriptionObject #description(value) ⇒ Object

Overloads:

  • #descriptionObject

    Returns the value of the 'Description' CloudFormation property.

  • #description(value) ⇒ Object

    Sets the 'Description' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Description' CloudFormation property to.



12
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 12

property :description, 'Description'

#device_indexObject #device_index(value) ⇒ Object

Overloads:

  • #device_indexObject

    Returns the value of the 'DeviceIndex' CloudFormation property.

  • #device_index(value) ⇒ Object

    Sets the 'DeviceIndex' CloudFormation property.

    Parameters:

    • value

      the value to set the 'DeviceIndex' CloudFormation property to.



13
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 13

property :device_index, 'DeviceIndex'

#group_setObject #group_set(value) ⇒ Object Also known as: security_group

Overloads:

  • #group_setObject

    Returns the value of the 'GroupSet' CloudFormation property.

  • #group_set(value) ⇒ Object

    Sets the 'GroupSet' CloudFormation property.

    Parameters:

    • value

      the value to set the 'GroupSet' CloudFormation property to.



14
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 14

property :group_set, 'GroupSet', :type => :list

#private_ip_addressObject #private_ip_address(value) ⇒ Object

Overloads:

  • #private_ip_addressObject

    Returns the value of the 'PrivateIpAddress' CloudFormation property.

  • #private_ip_address(value) ⇒ Object

    Sets the 'PrivateIpAddress' CloudFormation property.

    Parameters:

    • value

      the value to set the 'PrivateIpAddress' CloudFormation property to.



16
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 16

property :private_ip_address, 'PrivateIpAddress'

#secondary_private_ip_address_countObject #secondary_private_ip_address_count(value) ⇒ Object

Overloads:

  • #secondary_private_ip_address_countObject

    Returns the value of the 'SecondaryPrivateIpAddressCount' CloudFormation property.

  • #secondary_private_ip_address_count(value) ⇒ Object

    Sets the 'SecondaryPrivateIpAddressCount' CloudFormation property.

    Parameters:

    • value

      the value to set the 'SecondaryPrivateIpAddressCount' CloudFormation property to.



17
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 17

property :secondary_private_ip_address_count, 'SecondaryPrivateIpAddressCount'

#subnetObject #subnet(value) ⇒ Object

Overloads:

  • #subnetObject

    Returns the value of the 'SubnetId' CloudFormation property.

  • #subnet(value) ⇒ Object

    Sets the 'SubnetId' CloudFormation property.

    Parameters:

    • value

      the value to set the 'SubnetId' CloudFormation property to.



18
# File 'lib/convection/model/template/resource_property/aws_ec2_network_interface.rb', line 18

property :subnet, 'SubnetId'