Class: Humidifier::EC2::TransitGateway

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::EC2::TransitGateway resource

AWS Resource:

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#amazon_side_asnObject

returns the AmazonSideAsn property



10
11
12
# File 'lib/humidifier/magic.rb', line 10

def amazon_side_asn
  properties['amazon_side_asn']
end

#amazon_side_asn=(value) ⇒ Object

sets the AmazonSideAsn property (Integer)



15
16
17
# File 'lib/humidifier/magic.rb', line 15

def amazon_side_asn=(value)
  update_property('amazon_side_asn', value)
end

#association_default_route_table_idObject

returns the AssociationDefaultRouteTableId property



20
21
22
# File 'lib/humidifier/magic.rb', line 20

def association_default_route_table_id
  properties['association_default_route_table_id']
end

#association_default_route_table_id=(value) ⇒ Object

sets the AssociationDefaultRouteTableId property (String)



25
26
27
# File 'lib/humidifier/magic.rb', line 25

def association_default_route_table_id=(value)
  update_property('association_default_route_table_id', value)
end

#auto_accept_shared_attachmentsObject

returns the AutoAcceptSharedAttachments property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def auto_accept_shared_attachments
  properties['auto_accept_shared_attachments']
end

#auto_accept_shared_attachments=(value) ⇒ Object

sets the AutoAcceptSharedAttachments property (String)



35
36
37
# File 'lib/humidifier/magic.rb', line 35

def auto_accept_shared_attachments=(value)
  update_property('auto_accept_shared_attachments', value)
end

#default_route_table_associationObject

returns the DefaultRouteTableAssociation property



40
41
42
# File 'lib/humidifier/magic.rb', line 40

def default_route_table_association
  properties['default_route_table_association']
end

#default_route_table_association=(value) ⇒ Object

sets the DefaultRouteTableAssociation property (String)



45
46
47
# File 'lib/humidifier/magic.rb', line 45

def default_route_table_association=(value)
  update_property('default_route_table_association', value)
end

#default_route_table_propagationObject

returns the DefaultRouteTablePropagation property



50
51
52
# File 'lib/humidifier/magic.rb', line 50

def default_route_table_propagation
  properties['default_route_table_propagation']
end

#default_route_table_propagation=(value) ⇒ Object

sets the DefaultRouteTablePropagation property (String)



55
56
57
# File 'lib/humidifier/magic.rb', line 55

def default_route_table_propagation=(value)
  update_property('default_route_table_propagation', value)
end

#descriptionObject

returns the Description property



60
61
62
# File 'lib/humidifier/magic.rb', line 60

def description
  properties['description']
end

#description=(value) ⇒ Object

sets the Description property (String)



65
66
67
# File 'lib/humidifier/magic.rb', line 65

def description=(value)
  update_property('description', value)
end

#dns_supportObject

returns the DnsSupport property



70
71
72
# File 'lib/humidifier/magic.rb', line 70

def dns_support
  properties['dns_support']
end

#dns_support=(value) ⇒ Object

sets the DnsSupport property (String)



75
76
77
# File 'lib/humidifier/magic.rb', line 75

def dns_support=(value)
  update_property('dns_support', value)
end

#multicast_supportObject

returns the MulticastSupport property



80
81
82
# File 'lib/humidifier/magic.rb', line 80

def multicast_support
  properties['multicast_support']
end

#multicast_support=(value) ⇒ Object

sets the MulticastSupport property (String)



85
86
87
# File 'lib/humidifier/magic.rb', line 85

def multicast_support=(value)
  update_property('multicast_support', value)
end

#propagation_default_route_table_idObject

returns the PropagationDefaultRouteTableId property



90
91
92
# File 'lib/humidifier/magic.rb', line 90

def propagation_default_route_table_id
  properties['propagation_default_route_table_id']
end

#propagation_default_route_table_id=(value) ⇒ Object

sets the PropagationDefaultRouteTableId property (String)



95
96
97
# File 'lib/humidifier/magic.rb', line 95

def propagation_default_route_table_id=(value)
  update_property('propagation_default_route_table_id', value)
end

#tagsObject

returns the Tags property



100
101
102
# File 'lib/humidifier/magic.rb', line 100

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



105
106
107
# File 'lib/humidifier/magic.rb', line 105

def tags=(value)
  update_property('tags', value)
end

#transit_gateway_cidr_blocksObject

returns the TransitGatewayCidrBlocks property



110
111
112
# File 'lib/humidifier/magic.rb', line 110

def transit_gateway_cidr_blocks
  properties['transit_gateway_cidr_blocks']
end

#transit_gateway_cidr_blocks=(value) ⇒ Object

sets the TransitGatewayCidrBlocks property (List)



115
116
117
# File 'lib/humidifier/magic.rb', line 115

def transit_gateway_cidr_blocks=(value)
  update_property('transit_gateway_cidr_blocks', value)
end

#vpn_ecmp_supportObject

returns the VpnEcmpSupport property



120
121
122
# File 'lib/humidifier/magic.rb', line 120

def vpn_ecmp_support
  properties['vpn_ecmp_support']
end

#vpn_ecmp_support=(value) ⇒ Object

sets the VpnEcmpSupport property (String)



125
126
127
# File 'lib/humidifier/magic.rb', line 125

def vpn_ecmp_support=(value)
  update_property('vpn_ecmp_support', value)
end