Class: Convection::Model::Template::ResourceProperty::EC2BlockStoreBlockDevice

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_ec2_block_store_block_device.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

#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.



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

property :delete_on_termination, 'DeleteOnTermination'

#encryptedObject #encrypted(value) ⇒ Object

Overloads:

  • #encryptedObject

    Returns the value of the 'Encrypted' CloudFormation property.

  • #encrypted(value) ⇒ Object

    Sets the 'Encrypted' CloudFormation property.

    Parameters:

    • value

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



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

property :encrypted, 'Encrypted'

#iopsObject #iops(value) ⇒ Object

Overloads:

  • #iopsObject

    Returns the value of the 'Iops' CloudFormation property.

  • #iops(value) ⇒ Object

    Sets the 'Iops' CloudFormation property.

    Parameters:

    • value

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



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

property :iops, 'Iops'

#snapshotObject #snapshot(value) ⇒ Object

Overloads:

  • #snapshotObject

    Returns the value of the 'SnapshotId' CloudFormation property.

  • #snapshot(value) ⇒ Object

    Sets the 'SnapshotId' CloudFormation property.

    Parameters:

    • value

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



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

property :snapshot, 'SnapshotId'

#volume_sizeObject #volume_size(value) ⇒ Object Also known as: size

Overloads:

  • #volume_sizeObject

    Returns the value of the 'VolumeSize' CloudFormation property.

  • #volume_size(value) ⇒ Object

    Sets the 'VolumeSize' CloudFormation property.

    Parameters:

    • value

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



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

property :volume_size, 'VolumeSize'

#volume_typeObject #volume_type(value) ⇒ Object Also known as: type

Overloads:

  • #volume_typeObject

    Returns the value of the 'VolumeType' CloudFormation property.

  • #volume_type(value) ⇒ Object

    Sets the 'VolumeType' CloudFormation property.

    Parameters:

    • value

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



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

property :volume_type, 'VolumeType'